Releases: thoughtworks/talisman
Releases · thoughtworks/talisman
v1.28.1
What's Changed
- Support for PHP scope by @vool in #367
- Remove vendor/ folder from golang scope by @svishwanath-tw in #371
- Update readme to include PHP scope by @vool in #372
- Code formatting. by @jmatias in #376
- [BugFix] Cannot set up talisman hook on repo paths that contain whitespaces. by @jmatias in #377
- Build releases using
GoReleaser
by @jmatias in #375 - Update link to husky documentation in README.md by @yusufsheiqh in #378
- chore: add schemastore.org for .talismanrc by @revolunet in #381
- fix(schemastore): add version property by @revolunet in #383
- Add entry point for single project installation by @PiiTan in #386
New Contributors
- @vool made their first contribution in #367
- @yusufsheiqh made their first contribution in #378
- @PiiTan made their first contribution in #386
Full Changelog: v1.28.0...v1.28.1
v1.28.0
What's Changed
- Add instructions to update talisman github pages to contributing.md by @tinamthomas in #352
- chore: fix typo by @revolunet in #366
- Added a new scope for Python. by @jmatias in #369
- [DOCFIX] We no longer bump the version in the build script by @jmatias in #368
New Contributors
- @revolunet made their first contribution in #366
- @jmatias made their first contribution in #369
Full Changelog: v1.26.0...v1.28.0
v1.27.0
Fixes checksum command to use staged files
Scan performance improvements. Introducing bazel and terraform scopes
Thanks to @BalajiVijayakumar1195 , @tinamthomas , @darakeon for their contributions towards this release.
Support for M1 macs
Changes from version 1.11.0 thanks to various contributors
- 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
- 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
(Reverted) Support for darwin/arm64 (M1 MacBook Pro)
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)
(Reverted) Talisman now supports darwin/arm64
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)
Talisman now supports darwin/arm64
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)
Custom severties
- Support for custom severities thanks to @steeve85