We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40544c4 commit ae840b3Copy full SHA for ae840b3
.github/workflows/super-linter.yml
@@ -90,4 +90,6 @@ jobs:
90
FILTER_REGEX_EXCLUDE: "(gradlew|gradlew\\.bat|gradle/.*|mvnw|mvnw\\.cmd|\\.m2/.*|\\.mvn/.*)$"
91
JAVA_FILE_NAME: google_checks.xml
92
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
93
+ GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
94
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.zizmor.yml
@@ -0,0 +1,14 @@
1
+---
2
+rules:
3
+ forbidden-uses:
4
+ config:
5
+ allow:
6
+ - actions/*
7
+ - docker/*
8
+ - github/codeql-action/*
9
+ - google/osv-scanner-action/*
10
+ - microsoft/DevSkim-Action
11
+ - microsoft/security-devops-action
12
+ - ossf/scorecard-action
13
+ - sigstore/cosign-installer
14
+ - super-linter/super-linter
0 commit comments