Merge pull request #3750 from crazy-max/zizmor-update
ci(zizmor): use latest version and enable online audits
This commit is contained in:
@@ -7,11 +7,10 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 2
|
default-days: 2
|
||||||
ignore:
|
groups:
|
||||||
# ignore this dependency
|
crazy-max-dot-github:
|
||||||
# it seems a bug with dependabot as pining to commit sha should not
|
patterns:
|
||||||
# trigger a new version: https://github.com/docker/buildx/pull/2222#issuecomment-1919092153
|
- "crazy-max/.github/*"
|
||||||
- dependency-name: "docker/docs"
|
|
||||||
labels:
|
labels:
|
||||||
- "area/dependencies"
|
- "area/dependencies"
|
||||||
- "bot"
|
- "bot"
|
||||||
|
|||||||
@@ -26,8 +26,6 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
security-events: write
|
security-events: write
|
||||||
with:
|
with:
|
||||||
version: v1.22.0
|
|
||||||
min-severity: medium
|
min-severity: medium
|
||||||
min-confidence: medium
|
min-confidence: medium
|
||||||
persona: pedantic
|
persona: pedantic
|
||||||
no-online-audits: true
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# https://docs.zizmor.sh/configuration/
|
||||||
|
rules:
|
||||||
|
secrets-outside-env: # FIXME: remove this rule when zizmor 1.24.0 is released, fixing the right persona attached to this rule: https://github.com/zizmorcore/zizmor/pull/1783
|
||||||
|
disable: true
|
||||||
Reference in New Issue
Block a user