Skip to content

Commit 9ae291e

Browse files
authored
Merge pull request #427 from ivpn/dependabot/github_actions/securego/gosec-2.22.2
Bump securego/gosec from 2.21.4 to 2.22.2
2 parents 3691f37 + 6c67b01 commit 9ae291e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gosec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout Source
2222
uses: actions/checkout@v4
2323
- name: Run Gosec Security Scanner
24-
uses: securego/gosec@v2.21.4
24+
uses: securego/gosec@v2.22.2
2525
with:
2626
# we let the report trigger content trigger a failure using the GitHub Security features.
2727
args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)