mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-03-21 04:03:18 +00:00
Compare commits
1 Commits
renovate/s
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb4fdb8478 |
4
.github/workflows/security.yml
vendored
4
.github/workflows/security.yml
vendored
@@ -33,12 +33,12 @@ jobs:
|
||||
|
||||
# Security Scanning with gosec
|
||||
- name: Run gosec Security Scanner
|
||||
uses: securego/gosec@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0
|
||||
uses: securego/gosec@bb17e422fc34bf4c0a2e5cab9d07dc45a68c040c # v2.24.7
|
||||
with:
|
||||
args: "-fmt sarif -out gosec-results.sarif ./..."
|
||||
|
||||
- name: Upload gosec results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
|
||||
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
|
||||
if: always()
|
||||
with:
|
||||
sarif_file: gosec-results.sarif
|
||||
|
||||
Reference in New Issue
Block a user