Releases: bjompen/PSSecretScanner
Releases · bjompen/PSSecretScanner
v2.0.1 - Pattern bugfixes
Fixes patterns that was erroneous and improved readability / simplification.
Thank you @mthreer for the help!
v2.0.0 - The standardise release
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!
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 forWrite-SecretStatus
Thus easily setting up a "default" list for all your repos.
1.0.8 - The console release!
This release adds the first version of basic console integration. Many features left to add still.