From 66896bd63a050d00cf5f928ed5f96925260f6adb Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 7 Jan 2025 23:00:16 +0100 Subject: [PATCH] CI: Brakeman needs security-events: write permissions In order to write code scanning alerts --- .github/workflows/brakeman-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/brakeman-analysis.yml b/.github/workflows/brakeman-analysis.yml index 17950dfef4..af75235f19 100644 --- a/.github/workflows/brakeman-analysis.yml +++ b/.github/workflows/brakeman-analysis.yml @@ -9,6 +9,7 @@ concurrency: permissions: contents: read + security-events: write on: push: