We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6681314 commit 91f9d19Copy full SHA for 91f9d19
1 file changed
.github/workflows/zizmor.yml
@@ -15,7 +15,6 @@ permissions: {}
15
jobs:
16
zizmor:
17
name: Check GitHub Actions security
18
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
19
runs-on: ubuntu-latest
20
permissions:
21
contents: read
@@ -28,4 +27,5 @@ jobs:
28
27
- name: Run zizmor
29
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
30
with:
31
- advanced-security: true
+ advanced-security: ${{ github.event_name == 'push' && 'true' || 'false' }}
+ min-severity: low
0 commit comments