Skip to content

Commit fb8520b

Browse files
authored
chore: prep for release 1.6.0 (#681)
1 parent 9689f0e commit fb8520b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zizmor"
33
description = "Static analysis for GitHub Actions"
4-
version = "1.5.2"
4+
version = "1.6.0"
55
edition = "2024"
66
repository = "https://github.com/woodruffw/zizmor"
77
homepage = "https://github.com/woodruffw/zizmor"

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@ of `zizmor`.
99

1010
## Next (UNRELEASED)
1111

12+
## v1.6.0
13+
1214
### New Features 🌈
1315

16+
* **New audit**: The [forbidden-uses] audit is a configurable audit
17+
that allows allow- or denylisting of entire orgs, repos, or specific
18+
action patterns. This audit must be configured; by default it has
19+
no effect (#664)
20+
21+
Many thanks to @Holzhaus for proposing and initiating this new audit!
22+
1423
* `zizmor` now supports `--format=github` as an output format.
1524
This format produces check annotations via GitHub workflow commands,
1625
e.g. `::warning` and `::error`. See the
@@ -691,3 +700,4 @@ This is one of `zizmor`'s bigger recent releases! Key enhancements include:
691700
[bot-conditions]: ./audits.md#bot-conditions
692701
[overprovisioned-secrets]: ./audits.md#overprovisioned-secrets
693702
[unredacted-secrets]: ./audits.md#unredacted-secrets
703+
[forbidden-uses]: ./audits.md#forbidden-uses

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `repos` section:
698698

699699
```yaml
700700
- repo: https://github.com/woodruffw/zizmor-pre-commit
701-
rev: v1.5.2 # (1)!
701+
rev: v1.6.0 # (1)!
702702
hooks:
703703
- id: zizmor
704704
```

0 commit comments

Comments
 (0)