Skip to content

Commit 8036f1a

Browse files
committed
Rename artifact upload from 'trivy-sbom-report' to 'trivy-results-json' in GitHub Actions workflow for clarity and consistency.
1 parent 827b1f4 commit 8036f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action_publish-images-security-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Upload trivy report as a Github artifact
4040
uses: actions/upload-artifact@v4
4141
with:
42-
name: trivy-sbom-report
42+
name: trivy-results-json
4343
path: '${{ github.workspace }}/trivy-results.json'
4444
retention-days: 20
4545

0 commit comments

Comments
 (0)