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 5e8152a commit c437a18Copy full SHA for c437a18
.github/workflows/ci-image-scanning.yaml
@@ -5,6 +5,11 @@ on:
5
# for PRs initiated by Dependabot.
6
branches-ignore:
7
- 'dependabot/**'
8
+
9
+permissions:
10
+ contents: read # for actions/checkout to fetch code
11
+ security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
12
13
jobs:
14
use-trivy-to-scan-image:
15
name: image-scanning
0 commit comments