Skip to content

Commit 7d63886

Browse files
committed
Enhancement: Add category to Trivy scan results for better organization
Signed-off-by: Ihor Dvoretskyi <[email protected]>
1 parent 0dec086 commit 7d63886

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
if: always()
5252
with:
5353
sarif_file: 'trivy-results.sarif'
54+
category: 'trivy-image-scan'
5455
env:
5556
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5657

@@ -81,5 +82,6 @@ jobs:
8182
if: always()
8283
with:
8384
sarif_file: 'trivy-fs-results.sarif'
85+
category: 'trivy-filesystem-scan'
8486
env:
8587
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)