mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
release notes, bump snapshots
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
4623c77795
commit
b17ae04e2f
4 changed files with 25 additions and 3 deletions
|
|
@ -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
|
||||
"#
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue