Skip to content

Commit

Permalink
Revert "build(deps): bump securego/gosec from 2.20.0 to 2.21.3 in the…
Browse files Browse the repository at this point in the history
… github-actions group across 1 directory"

Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan committed Sep 24, 2024
1 parent aadfab9 commit 9fbeed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Gosec Security Scanner
uses: securego/gosec@be8bd6e40be105333f2bc783ba8d688154441559 # v2.21.3
uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0
with:
# Arguments for gosec, -no-fail to not fail the workflow based on findings
args: -no-fail -fmt sarif -out gosec-results.sarif ./...
Expand Down

0 comments on commit 9fbeed7

Please sign in to comment.