Skip to content

Commit 6ba4434

Browse files
committed
asavsdfds
1 parent 08d3290 commit 6ba4434

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vulnerability.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
image-ref: ${{ env.IMAGE_NAME }}
8888
format: 'sarif'
89-
output: 'trivy-results-${{ matrix.dockerfile }}.sarif'
89+
output: 'trivy-results-${{ env.IMAGE_NAME }}.sarif'
9090
severity: 'CRITICAL,HIGH'
9191
timeout: '10m'
9292
ignore-unfixed: true
@@ -95,6 +95,6 @@ jobs:
9595
uses: github/codeql-action/upload-sarif@v3
9696
if: always()
9797
with:
98-
sarif_file: 'trivy-results-${{ matrix.dockerfile }}.sarif'
99-
category: 'trivy-${{ matrix.dockerfile }}'
98+
sarif_file: 'trivy-results-${{ env.IMAGE_NAME }}.sarif'
99+
category: 'trivy-${{ env.IMAGE_NAME }}'
100100
...

0 commit comments

Comments
 (0)