mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore: prep for 1.4.0 release (#565)
This commit is contained in:
parent
63634129ef
commit
ff55188bf1
4 changed files with 10 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3151,7 +3151,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zizmor"
|
||||
version = "1.3.1"
|
||||
version = "1.4.0"
|
||||
dependencies = [
|
||||
"annotate-snippets",
|
||||
"anstream",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "zizmor"
|
||||
description = "Static analysis for GitHub Actions"
|
||||
version = "1.3.1"
|
||||
version = "1.4.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/woodruffw/zizmor"
|
||||
homepage = "https://github.com/woodruffw/zizmor"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,13 @@ of `zizmor`.
|
|||
|
||||
## Next (UNRELEASED)
|
||||
|
||||
## v1.4.0
|
||||
|
||||
This release comes with one new audit ([unredacted-secrets]), plus a handful
|
||||
of bugfixes and analysis improvements to existing audits. It also comes
|
||||
with improvements to SARIF presentation, ignore comments, as well as an
|
||||
[official Docker image](https://ghcr.io/woodruffw/zizmor)!
|
||||
|
||||
### New Features 🌈
|
||||
|
||||
* `zizmor` now has official Docker images! You can find them on the
|
||||
|
|
|
|||
|
|
@ -463,7 +463,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `repos` section:
|
|||
|
||||
```yaml
|
||||
- repo: https://github.com/woodruffw/zizmor-pre-commit
|
||||
rev: v1.3.1 # (1)!
|
||||
rev: v1.4.0 # (1)!
|
||||
hooks:
|
||||
- id: zizmor
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue