We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ccd48 commit ef996cdCopy full SHA for ef996cd
.github/workflows/anchore-analysis.yml
@@ -7,8 +7,14 @@ on:
7
- cron: '0 1 * * *'
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
Anchore-Build-Scan:
15
+ permissions:
16
+ contents: read # for actions/checkout to fetch code
17
+ security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout the code
0 commit comments