We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc5ff1 commit e72b533Copy full SHA for e72b533
1 file changed
.github/workflows/ci.yml
@@ -55,6 +55,8 @@ jobs:
55
name: Zizmor GitHub Actions check
56
runs-on: ubuntu-latest
57
permissions:
58
+ actions: read
59
+ contents: read
60
security-events: write
61
steps:
62
- name: Checkout repository
@@ -64,6 +66,11 @@ jobs:
64
66
65
67
- name: Run zizmor
68
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
69
+ with:
70
+ online-audits: true
71
+ persona: auditor
72
+ min-severity: informational
73
+ min-confidence: low
74
75
test-browser:
76
name: Run browser tests
0 commit comments