-
Notifications
You must be signed in to change notification settings - Fork 4
New: Add scan_dependencies and scan_secrets #30
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
Conversation
| with: | ||
| namespace: "example" | ||
| scan_dependencies: "true" | ||
| scan_secrets: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to enable this by default? Prior to this PR, the github action would not enable secret scanning, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its fair to do secrets by default as long as we aren't doing the full history scan by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now only dependencies (git,analytics) are enabled by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stick with consistency
|
Do we need pre_commit_checks here? Given that the GitHub action is going to scan post commit always is there a use case for this? @ewokcami |
* Rename CI run parameters * Prettier * Even prettier * The prettiest * More pretty * Let's see if this helps * Resolve conflicts * Remove extra line added by prettier * Escape quotes in action description * Cleanup config parameter descriptions and fix defaults * Better ci-run error handling * New: Add scan_dependencies and scan_secrets (#30) * Cleanup action.yml
Add:
scan_dependenciesscan_secretsscan_git_logs+ Update README accordingly