Talisman Versions Save

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.

v1.28.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/thoughtworks/talisman/compare/v1.28.0...v1.28.1

v1.28.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/thoughtworks/talisman/compare/v1.26.0...v1.28.0

v1.27.0

2 years ago

Scan mode will use scopes, allowed patterns and custom patterns This addresses issue #360

v1.26.0

2 years ago

Fixes #358

v1.25.0

2 years ago

Thanks to @BalajiVijayakumar1195 , @tinamthomas , @darakeon for their contributions towards this release.

v1.23.0

2 years ago

Changes from version 1.11.0 thanks to various contributors

@tinamthomas

  • codecov.io configuration(#237) (#284) 7df47bb
  • Fix talisman not handling spaces in file path correctly (#302) 95ae738
  • Update code coverage badge (#289) 5bbaae6
  • Fix unbound variable error in global install script 76e8168
  • Use suffix in talisman install script 2e18756

@dcRUSTy Truncate message for report on console (#292) cf561ff

@teleivo Performance improvements in scan

  • Only iterate over blobs … 5b5ddca
  • Represent tab using escape sequence 9eee8ce
  • Use struct as BlobsInCommits map key 284133a

@g-prasanth Support for Windows server 2012 R2 (#305) 4ed9b84

@arshchimni update logrus and other dependencies e876030

@kishaningithub Fix typo in reportDirectory flag in readme 01d4477

@pc-coder Add images scope for talismanrc ignore config cdfd79c

@g-prasanth Older windows support branch (#310) 5d61beb

@svishwanath-tw

  • Move to GH actions to enable making new releases f6a09e1
  • Use go-1.16 to build darwin_arm64 binaries on CI 0f31448
  • Ignore patch coverage 90c070e
  • #274 | Introduce scanconfig. Refactor talismanrc 353cd33
  • Fix Severity marshalling and unmarshalling 9971388
  • Move root command related files to cmd bf06fdd
  • Refactor talismanrc and cmd a5e0e13
  • Refactor the commands 916b293
  • Move known scope definitions to talismanrc a719399
  • Fix typo. Convert if-else ladder to switch ab7136c
  • Introduce version in talismanrc schema 7be71d6
  • #258 Cleanup build scripts and docker file a0c186e
  • Fix severity marshalling and umarshalling 684e86e
  • #254 Ignore specs and scan results are dependent talisman invocation d1d49c9
  • #254 | Implement ignore for scans dca2012
  • #254 | Ignore specs and scan results depend on invocation mode 5500fa2
  • Improve code coverage d7d3459
  • Address code review comments c3b71d1
  • Include 'v...' tags in release workflow 3bacef3
  • Skip upx compression for darwin_arm64 binaries b8eb940
  • Fix talismanrc suggestion in non-interactive mode fb2cb51
  • Allow installation of arm64 binaries in darwin 5a4e82d
  • #314 Fix issue with talismanRC

v1.22.0

2 years ago

Code changes

  • Code improvements thanks to @teleivo , @arshchimni , @tinamthomas
  • Refactorting of talismanrc related code to differentiate between hook-mode config and scan-mode config

New OS's supported by installation scripts

  • darwin/arm64 (shout out to @ssannidhi-palo for bringing this to our notice), and @jskswamy & @tinamthomas for helping test the binaries
  • windows server2012 (thanks to @g-prasanth)

v1.21.0

2 years ago

Code changes

  • Code improvements thanks to @teleivo , @arshchimni , @tinamthomas
  • Refactorting of talismanrc related code to differentiate between hook-mode config and scan-mode config

New OS's supported by installation scripts

  • darwin/arm64 (shout out to @ssannidhi-palo for bringing this to our notice), and @jskswamy for helping test the binaries
  • windows server2012 (thanks to @g-prasanth)

v1.20.0

2 years ago

Code changes

  • Code improvements thanks to @teleivo , @arshchimni , @tinamthomas
  • Refactorting of talismanrc related code to differentiate between hook-mode config and scan-mode config

New OS's supported by installation scripts

  • darwin/arm64 (shout out to @ssannidhi-palo for bringing this to our notice)
  • windows server2012 (thanks to @g-prasanth)

v1.11.0

3 years ago
  • Support for custom severities thanks to @steeve85