Skip to content

Commit 55e0453

Browse files
ci: add config file for zizmor workflow
1 parent e49520b commit 55e0453

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/zizmor.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Zizmor Actions Analysis
33
# Analyzes GitHub Actions workflows for security vulnerabilities using zizmor.
44
# Runs on pushes to master and all pull requests to detect potential security issues
55
# 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.
67

78
on:
89
push:

.github/zizmor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This is a configuration file for the zizmor action defined in .github/workflows/zizmor.yaml
2+
3+
rules:
4+
# Disable the rule requiring all actions be pinned to a specific hash
5+
unpinned-uses:
6+
config:
7+
policies:
8+
"*": any

0 commit comments

Comments
 (0)