Skip to content

Releases: bjompen/PSSecretScanner

v2.0.1 - Pattern bugfixes

26 Oct 21:07
5f87c54
Compare
Choose a tag to compare

Fixes patterns that was erroneous and improved readability / simplification.
Thank you @mthreer for the help!

v2.0.0 - The standardise release

24 Oct 22:06
eac972f
Compare
Choose a tag to compare

Loads of refactors and standardisations

  • Standard output with custom object and custom formatting
  • Better PowerShellish input
  • Added GitHub action
  • Improved exclusion list
  • Loads of other minor fixes

1.0.9 - The ExcludeList release!

08 Aug 12:42
Compare
Choose a tag to compare

This release improves greatly on the ExcludeList features by adding amongst others:

  • -OutputPrefence IgnoreSecrets that outputs secrets in the format for creating an excludelist
  • If the git root folder (git rev-parse --show-toplevel) contains a file named .ignoresecrets this will automatically be used as excludelist for Write-SecretStatus
    Thus easily setting up a "default" list for all your repos.

1.0.8 - The console release!

29 Jul 12:40
Compare
Choose a tag to compare

This release adds the first version of basic console integration. Many features left to add still.