Skip to content

Releases: secret-scanner/action

0.2.1

09 Aug 19:01
bf855b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

Update Inputs

05 Aug 19:36
4f6ffe9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

Read excludes from files

29 Jul 14:59
bd6b325
Compare
Choose a tag to compare

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

Full Changelog: 0.0.4...0.1.0

Make console logs less verbose

25 Jul 19:28
b1ce201
Compare
Choose a tag to compare

Minor changes to this jobs logs to make it less verbose

Less verbose message in console on failure

15 Jul 21:42
46c669b
Compare
Choose a tag to compare
  • 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

14 Jul 19:10
55e02af
Compare
Choose a tag to compare
  • Fixed bug where secrets in .secrets.baseline would sometimes be "discovered" again
  • Remove confusing comment

Initial Release

11 Jul 20:35
Compare
Choose a tag to compare

Initial release of GitHub action to scan for secrets