mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-08-15 06:03:01 +00:00
Update securego/gosec action to v2.22.7
This commit is contained in:
parent
4389deb7bd
commit
ef42f1183c
2
.github/workflows/secscan.yaml
vendored
2
.github/workflows/secscan.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v4
|
||||
- name: Run Gosec Security Scanner
|
||||
uses: securego/gosec@v2.22.5
|
||||
uses: securego/gosec@v2.22.7
|
||||
with:
|
||||
# we let the report trigger content trigger a failure using the GitHub Security features.
|
||||
args: '-no-fail -fmt sarif -out results.sarif ./...'
|
||||
|
Loading…
Reference in New Issue
Block a user