1
0
mirror of https://github.com/kairos-io/kairos-sdk.git synced 2025-05-10 17:16:36 +00:00

chore(deps): update securego/gosec action to v2.22.1 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-13 23:10:59 +00:00 committed by GitHub
parent 103ae14736
commit 6a341f19c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.22.0
uses: securego/gosec@v2.22.1
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: '-no-fail -fmt sarif -out results.sarif ./...'