mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
workflow: fix permissions for release
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
parent
49d59d4eb6
commit
b07fb4debc
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -23,10 +23,15 @@ jobs:
|
|||||||
trivy:
|
trivy:
|
||||||
name: Trivy
|
name: Trivy
|
||||||
uses: "./.github/workflows/lib-trivy.yaml"
|
uses: "./.github/workflows/lib-trivy.yaml"
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
with:
|
with:
|
||||||
deployments: false
|
deployments: false
|
||||||
dockerfiles: false
|
dockerfiles: false
|
||||||
export-csv: true
|
export-csv: true
|
||||||
|
upload-to-github-security-tab: false
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build & Publish
|
name: Build & Publish
|
||||||
|
Loading…
Reference in New Issue
Block a user