We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49520b commit 55e0453Copy full SHA for 55e0453
.github/workflows/zizmor.yaml
@@ -3,6 +3,7 @@ name: Zizmor Actions Analysis
3
# Analyzes GitHub Actions workflows for security vulnerabilities using zizmor.
4
# Runs on pushes to master and all pull requests to detect potential security issues
5
# in workflow configurations. Results are uploaded to GitHub's security dashboard.
6
+# The .github/zizmor.yaml file configures the rules this action will check against.
7
8
on:
9
push:
.github/zizmor.yml
@@ -0,0 +1,8 @@
1
+# This is a configuration file for the zizmor action defined in .github/workflows/zizmor.yaml
2
+
+rules:
+ # Disable the rule requiring all actions be pinned to a specific hash
+ unpinned-uses:
+ config:
+ policies:
+ "*": any
0 commit comments