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 98579ee commit 5c0c635Copy full SHA for 5c0c635
1 file changed
.github/workflows/zizmor.yml
@@ -17,9 +17,6 @@ permissions: {}
17
jobs:
18
zizmor:
19
name: Check GitHub Actions security
20
- if: >-
21
- github.event_name != 'pull_request' ||
22
- github.event.pull_request.head.repo.full_name == github.repository
23
runs-on: ubuntu-latest
24
permissions:
25
security-events: write
@@ -32,4 +29,5 @@ jobs:
32
29
- name: Run zizmor
33
30
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
34
31
with:
35
- advanced-security: true
+ advanced-security: ${{ github.event_name == 'push' && 'true' || 'false' }}
+ min-severity: low
0 commit comments