@@ -386,20 +386,20 @@ jobs:
386386
387387Here are the main inputs for this reusable workflow:
388388
389- | Name | Type | Default | Description |
390- |---------------------------|--------|---------|-------------------------------------------------------------------------------|
391- | ` path` | String | `.` | Path passed to `zizmor` as the scan target. |
392- | `version` | String | | Install a specific zizmor version. |
393- | `collect` | List | | Extra artifact collection modes passed as repeated `--collect=` flags. |
394- | `min-severity` | String | | Minimum severity to report. |
395- | `min-confidence` | String | | Minimum confidence to report. |
396- | `persona` | String | | Zizmor persona to use for findings and output tuning. |
397- | `offline` | Bool | `false` | Disable network access for audits. |
398- | `no-online-audits` | Bool | `false` | Skip online audits while keeping the rest of the scan enabled. |
399- | `strict-collection` | Bool | `false` | Fail when artifact collection cannot be completed. |
400- | `github-app-client-id` | String | | GitHub App client ID used to mint an installation token for online audits. |
401- | `github-app-owner` | String | | Optional owner whose installation should be used when creating the app token. |
402- | `github-app-repositories` | String | | Optional comma or newline-separated repository list for the app token scope. |
389+ | Name | Type | Default | Description |
390+ |---------------------------|--------|---------- |-------------------------------------------------------------------------------|
391+ | ` path` | String | `.` | Path passed to `zizmor` as the scan target. |
392+ | `version` | String | `latest` | Install `latest` or a specific zizmor version. |
393+ | `collect` | List | | Extra artifact collection modes passed as repeated `--collect=` flags. |
394+ | `min-severity` | String | | Minimum severity to report. |
395+ | `min-confidence` | String | | Minimum confidence to report. |
396+ | `persona` | String | | Zizmor persona to use for findings and output tuning. |
397+ | `offline` | Bool | `false` | Disable network access for audits. |
398+ | `no-online-audits` | Bool | `false` | Skip online audits while keeping the rest of the scan enabled. |
399+ | `strict-collection` | Bool | `false` | Fail when artifact collection cannot be completed. |
400+ | `github-app-client-id` | String | | GitHub App client ID used to mint an installation token for online audits. |
401+ | `github-app-owner` | String | | Optional owner whose installation should be used when creating the app token. |
402+ | `github-app-repositories` | String | | Optional comma or newline-separated repository list for the app token scope. |
403403
404404Optional secret :
405405
0 commit comments