mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-03-05 09:57:05 +00:00
fix(ci): use securego/gosec in security.yml
This commit is contained in:
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
# Security Scanning with gosec
|
# Security Scanning with gosec
|
||||||
- name: Run gosec Security Scanner
|
- name: Run gosec Security Scanner
|
||||||
uses: securecodewarrior/github-action-gosec@master
|
uses: securego/gosec@v2.22.8
|
||||||
with:
|
with:
|
||||||
args: '-fmt sarif -out gosec-results.sarif ./...'
|
args: '-fmt sarif -out gosec-results.sarif ./...'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user