Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/scheduled runs #89

Merged
merged 3 commits into from
Sep 12, 2022
Merged

Feature/scheduled runs #89

merged 3 commits into from
Sep 12, 2022

Conversation

zricethezav
Copy link
Collaborator

@zricethezav zricethezav commented Sep 9, 2022

This PR adds a feature that allows users to enable "scheduled" scans.

Related issue: #77

Note that in order for "schedule" GitHub-Actions jobs to run the workflow must be present on the default branch. You can see this in our private fork.

Screen Shot 2022-09-09 at 11 49 23 AM

Screen Shot 2022-09-09 at 11 49 05 AM

Also note that the event json GitHub provides is pretty sparse. This is the reason why most of the changes in this PR revolve around filling the even json so that we can use it in other parts of the code.

@zricethezav zricethezav self-assigned this Sep 9, 2022
@zricethezav
Copy link
Collaborator Author

@weineran mind giving this a review?

@zricethezav zricethezav changed the title Draft: Feature/scheduled runs Feature/scheduled runs Sep 9, 2022
src/index.js Show resolved Hide resolved
src/index.js Show resolved Hide resolved
@weineran
Copy link
Contributor

weineran commented Sep 11, 2022 via email

src/index.js Show resolved Hide resolved
@zricethezav zricethezav merged commit 7635e2f into master Sep 12, 2022
@zricethezav zricethezav deleted the feature/scheduled-runs branch September 12, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants