Releases: secret-scanner/action
Releases · secret-scanner/action
0.2.1
Update Inputs
What's Changed
- Update logging if no new secrets added by @bgolding355 in #17
- Consistantly using underscore in inputs by @bgolding355 in #18
- Fixing command on zsh by @bgolding355 in #19
- Don't log if a regex file DNE by @bgolding355 in #20
Full Changelog: 0.1.0...0.2.0
Read excludes from files
Previously, the only way to exclude files+lines+secrets was through manually creating flags and passing them to Yelp/detect-secrets
. This was not very user-friendly. You can now do this by adding regex to selected files.
In order to maintain backwards compatibility, you can still interact with the secret scanner via flags
What's Changed
- Read from files by @bgolding355 in #15
Full Changelog: 0.0.4...0.1.0
Make console logs less verbose
Minor changes to this jobs logs to make it less verbose
Less verbose message in console on failure
- Previously I was dumping the updated
.secrets.baseline
in the console. For large.secrets.baseline
, you would need to spend quite a bit of time scrolling up before you could find the list of errors. Updating to no longer do this. - Update README with instructions on usage
Fix bug in new secret detection
- Fixed bug where secrets in
.secrets.baseline
would sometimes be "discovered" again - Remove confusing comment
Initial Release
Initial release of GitHub action to scan for secrets