mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Add GHA permission to upload security events
This commit is contained in:
parent
f5b11e30a4
commit
85d740ea1b
1
.github/workflows/dendrite.yml
vendored
1
.github/workflows/dendrite.yml
vendored
@ -434,6 +434,7 @@ jobs:
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
security-events: write # To upload Trivy sarif files
|
||||
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
|
||||
needs: [integration-tests-done]
|
||||
uses: matrix-org/dendrite/.github/workflows/docker.yml@main
|
||||
|
Loading…
Reference in New Issue
Block a user