mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
Fix exit code to return 0 when all findings are auto-fixable (#1242)
Co-authored-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
a4c6c3bb9f
commit
eeac63b339
5 changed files with 101 additions and 18 deletions
|
|
@ -9,6 +9,14 @@ of `zizmor`.
|
|||
|
||||
## Next (UNRELEASED)
|
||||
|
||||
### Enhancements 🌱
|
||||
|
||||
* When running in `--fix` mode and all fixes are successfully applied,
|
||||
`zizmor` now has similar [exit code] behavior as the `--no-exit-codes`
|
||||
and `--format=sarif` flags (#1242)
|
||||
|
||||
Many thanks to @cnaples79 for implementing this improvement!
|
||||
|
||||
## 1.15.2
|
||||
|
||||
### Bug Fixes 🐛
|
||||
|
|
@ -1161,3 +1169,5 @@ This is one of `zizmor`'s bigger recent releases! Key enhancements include:
|
|||
[ref-version-mismatch]: ./audits.md#ref-version-mismatch
|
||||
[dependabot-execution]: ./audits.md#dependabot-execution
|
||||
[dependabot-cooldown]: ./audits.md#dependabot-cooldown
|
||||
|
||||
[exit code]: ./usage.md#exit-codes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue