mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-22 18:03:53 +00:00
Compare commits
1 Commits
main
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78daffb87d |
4
.github/workflows/security.yml
vendored
4
.github/workflows/security.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
severity: "CRITICAL,HIGH,MEDIUM"
|
severity: "CRITICAL,HIGH,MEDIUM"
|
||||||
|
|
||||||
- name: Upload Trivy scan results to GitHub Security tab
|
- name: Upload Trivy scan results to GitHub Security tab
|
||||||
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
|
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
sarif_file: "trivy-results.sarif"
|
sarif_file: "trivy-results.sarif"
|
||||||
@@ -144,7 +144,7 @@ jobs:
|
|||||||
output: "trivy-docker-results.sarif"
|
output: "trivy-docker-results.sarif"
|
||||||
|
|
||||||
- name: Upload Docker Trivy scan results
|
- name: Upload Docker Trivy scan results
|
||||||
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
|
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
sarif_file: "trivy-docker-results.sarif"
|
sarif_file: "trivy-docker-results.sarif"
|
||||||
|
|||||||
Reference in New Issue
Block a user