From 15282d9f12f24a6563ebc86e47c7f3facca63fa8 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Wed, 25 Sep 2024 09:08:47 -0400 Subject: [PATCH] chore: update gosec to use master Signed-off-by: Maryam Tahhan --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index cb441aaa08..de56a455ba 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Run Gosec Security Scanner - uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0 + uses: securego/gosec@master with: # Arguments for gosec, -no-fail to not fail the workflow based on findings args: -no-fail -fmt sarif -out gosec-results.sarif ./...