We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24fece commit 728e898Copy full SHA for 728e898
1 file changed
.github/workflows/release.yaml
@@ -23,10 +23,15 @@ jobs:
23
trivy:
24
name: Trivy
25
uses: "./.github/workflows/lib-trivy.yaml"
26
+ permissions:
27
+ actions: read
28
+ contents: read
29
+ security-events: write
30
with:
31
deployments: false
32
dockerfiles: false
33
export-csv: true
34
+ upload-to-github-security-tab: false
35
36
build:
37
name: Build & Publish
0 commit comments