From 4687580805b2e5e47bdef6ee0953c3eb07b27adc Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Thu, 4 Apr 2024 14:46:36 -0400 Subject: [PATCH] add write permission for sarif file Signed-off-by: Jordan Dubrick --- .github/workflows/go.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ae319afa..dbcca026 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,10 +24,14 @@ on: permissions: read-all jobs: - + build: name: Build runs-on: ubuntu-latest + + permissions: + security-events: write + steps: - name: Check out code into the Go module directory