Skip to content

Commit 8d85519

Browse files
chore(deps): update securego/gosec action to v2.22.10
1 parent 93c4daa commit 8d85519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secscan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout Source
2020
uses: actions/checkout@v5
2121
- name: Run Gosec Security Scanner
22-
uses: securego/[email protected].9
22+
uses: securego/[email protected].10
2323
with:
2424
# we let the report trigger content trigger a failure using the GitHub Security features.
2525
args: '-no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)