mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 12:26:24 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73bb4a0e7a |
6
.github/workflows/images.yml
vendored
6
.github/workflows/images.yml
vendored
@@ -69,6 +69,7 @@ jobs:
|
||||
sbom: true
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
id: trivy
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
image-ref: ghcr.io/${{ github.repository_owner }}/flowsint-app:${{ github.ref_name }}
|
||||
@@ -78,7 +79,7 @@ jobs:
|
||||
|
||||
- name: Upload Trivy scan results
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
if: always()
|
||||
if: always() && steps.trivy.outcome == 'success'
|
||||
with:
|
||||
sarif_file: "trivy-frontend.sarif"
|
||||
|
||||
@@ -142,6 +143,7 @@ jobs:
|
||||
sbom: true
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
id: trivy
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
image-ref: ghcr.io/${{ github.repository_owner }}/flowsint-api:${{ github.ref_name }}
|
||||
@@ -151,7 +153,7 @@ jobs:
|
||||
|
||||
- name: Upload Trivy scan results
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
if: always()
|
||||
if: always() && steps.trivy.outcome == 'success'
|
||||
with:
|
||||
sarif_file: "trivy-backend.sarif"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user