From 2c3477fa57642a00bf41b5fe53146467c0cecfde Mon Sep 17 00:00:00 2001 From: Eoghan Russell Date: Tue, 27 Feb 2024 16:38:52 +0000 Subject: [PATCH] Update action (#35) Signed-off-by: Eoghan Russell --- .github/workflows/static-scan.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-scan.yml b/.github/workflows/static-scan.yml index 3da468d7..f8d5f4ee 100644 --- a/.github/workflows/static-scan.yml +++ b/.github/workflows/static-scan.yml @@ -1,5 +1,10 @@ name: Go-static-analysis + on: [push, pull_request] + +permissions: + contents: read + jobs: golangci: name: lint @@ -29,8 +34,6 @@ jobs: env: GO111MODULE: on - - shellcheck: name: Shellcheck runs-on: ubuntu-latest