You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We removed this in 58cb396 but didn't
get rid of the entry in `.github/workflows/reusable-zizmor.md`. Do that
and explain the behaviour in the description of
`always-use-default-config`.
| min-severity | string | Only show results at or above this severity [possible values: unknown, informational, low, medium, high] | medium | false |
96
-
| min-confidence | string | Only show results at or above this confidence level [possible values: unknown, low, medium, high] | low | false |
97
-
| fail-severity | string | Fail the build if any result is at or above this severity [possible values: never, any, informational, low, medium, high] | high | false |
98
-
| runs-on | string | The runner to use for jobs. Configure this to use self-hosted runners. | ubuntu-latest | false |
99
-
| default-config | boolean | The default Zizmor configuration to use. If `always-use-default-config` is `true`, this configuration will always be used. Otherwise, it will be used if the repository does not have a `.github/zizmor.yml` or `zizmor.yml` file. | true | false |
100
-
| always-use-default-config | boolean | Whether to always use `default-config`. | false | false |
101
-
| github-token | string | Use a different token to the default | ${github.token} | false |
102
-
| extra-args | string | Extra arguments to pass into zizmor | "" | false |
93
+
| Name | Type | Description | Default Value | Required |
| min-severity | string | Only show results at or above this severity [possible values: unknown, informational, low, medium, high] | medium | false |
96
+
| min-confidence | string | Only show results at or above this confidence level [possible values: unknown, low, medium, high] | low | false |
97
+
| fail-severity | string | Fail the build if any result is at or above this severity [possible values: never, any, informational, low, medium, high] | high | false |
98
+
| runs-on | string | The runner to use for jobs. Configure this to use self-hosted runners. | ubuntu-latest | false |
99
+
| always-use-default-config | boolean | Whether to always use the [default configuration]. When `false`, `.zizmor.yml` or `.github/zizmor.yml` will be used, if present. | false | false |
100
+
| github-token | string | The GitHub token to use when authenticating with the GitHub API | ${github.token} | false |
101
+
| extra-args | string | Extra arguments to pass into zizmor | "" | false |
0 commit comments