diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-11-03 08:26:46 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-11-03 08:26:46 +0100 |
commit | 85d740ea1b2a84114ef0563c109c98a7b6c7ef25 (patch) | |
tree | a588827cb13fa398d43dbc7831b355019817aa1b /.github | |
parent | f5b11e30a4ccb86e0ee762a801930d8ded85c4d2 (diff) |
Add GHA permission to upload security events
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 4725637e..a37e45e4 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -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 |