summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-05-08 17:13:07 +0200
committerGitHub <noreply@github.com>2025-05-08 17:13:07 +0200
commit5451ab243a397257f1d68b1050bd519017fc6e77 (patch)
tree5cf8310c1fe740823be570cfed2ecefe87136194 /.github
parent7ca24eee450885906bf25d5a104f866bee95fbbd (diff)
[fix] fix security.yml workflow (#4735)
Uploading SARIFs needs to write into the repository GitHub security tab
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/security.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml
index 81f4be4ce..d10d0c98b 100644
--- a/.github/workflows/security.yml
+++ b/.github/workflows/security.yml
@@ -18,6 +18,9 @@ jobs:
container:
name: Container
runs-on: ubuntu-24.04-arm
+ permissions:
+ security-events: write
+
steps:
- name: Checkout
uses: actions/checkout@v4