We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851b56a commit d0e83aeCopy full SHA for d0e83ae
.github/workflows/zizmor.yaml
@@ -14,6 +14,9 @@ jobs:
14
permissions:
15
security-events: write
16
#
17
+ contents: read # only needed for private or internal repos
18
+ actions: read # only needed for private or internal repos
19
+ #
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -25,4 +28,4 @@ jobs:
25
28
with:
26
29
# intentionally not scanning the entire repository,
27
30
inputs: ./.github/
- advanced-security: <no value>
31
+ advanced-security: true
0 commit comments