release notes, bump snapshots

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2025-12-13 20:20:43 -08:00
parent 4623c77795
commit b17ae04e2f
No known key found for this signature in database
4 changed files with 25 additions and 3 deletions

View file

@ -310,7 +310,13 @@ fn test_issue_1394() -> Result<()> {
🌈 zizmor v@@VERSION@@
WARN collect_inputs: zizmor::registry::input: failed to parse input: jobs.demo.steps[0]: duplicate entry with key "env" at line 10 column 9
fatal: no audit was performed
no inputs collected
error: no inputs collected
|
= help: collection yielded no auditable inputs
= help: inputs must contain at least one valid workflow, action, or Dependabot config
Caused by:
no inputs collected
"#
);

View file

@ -5,4 +5,10 @@ expression: "zizmor().expects_failure(true).input(input_under_test(&format!(\"in
🌈 zizmor v@@VERSION@@
WARN collect_inputs: zizmor::registry::input: failed to validate input as action: input does not match expected validation schema
fatal: no audit was performed
no inputs collected
error: no inputs collected
|
= help: collection yielded no auditable inputs
= help: inputs must contain at least one valid workflow, action, or Dependabot config
Caused by:
no inputs collected

View file

@ -5,4 +5,10 @@ expression: "zizmor().expects_failure(true).input(input_under_test(&format!(\"in
🌈 zizmor v@@VERSION@@
WARN collect_inputs: zizmor::registry::input: failed to validate input as workflow: input does not match expected validation schema
fatal: no audit was performed
no inputs collected
error: no inputs collected
|
= help: collection yielded no auditable inputs
= help: inputs must contain at least one valid workflow, action, or Dependabot config
Caused by:
no inputs collected

View file

@ -34,6 +34,10 @@ of `zizmor`.
* zizmor now discovers configuration files named `zizmor.yaml`, in addition
to `zizmor.yml` (#1431)
* zizmor now produces a more useful error message when input collection
yields no inputs (#1439)
### Performance Improvements 🚄
* The [impostor-commit] audit is now significantly faster on true positives,