From 9e4068850cda03ffb5ef76a3ce6f0cdb52f9bc98 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Tue, 9 Jul 2024 11:56:42 +0200 Subject: [PATCH] chore(ci): fixing code scanning (#1126) Signed-off-by: Dario Tranchitella --- .github/workflows/gosec.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 6f245c28..54a5017a 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -1,6 +1,10 @@ name: CI gosec permissions: + # required for all workflows + security-events: write + # only required for workflows in private repositories actions: read + contents: read on: push: branches: [ "*" ]