From 44365e6cc60dfb894d452bc9c95476a268e8377f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Sun, 9 Jun 2024 19:58:48 +0200 Subject: [PATCH] ci(gosec): fix sarif upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- .github/workflows/gosec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index ea7e6a49..08ccbe0d 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -1,5 +1,6 @@ name: CI gosec -permissions: {} +permissions: + actions: read on: push: branches: [ "*" ]