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 011db83 commit 9d73721Copy full SHA for 9d73721
.github/workflows/ci-image-scanning.yaml
@@ -5,13 +5,12 @@ 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
+ contents: read
13
jobs:
14
use-trivy-to-scan-image:
+ permissions:
+ security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
15
name: image-scanning
16
if: ${{ github.repository == 'karmada-io/karmada' }}
17
runs-on: ubuntu-22.04
0 commit comments