Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 4c6d880

Browse files
committed
ci: update artifact output name in GitHub scan workflow
- Change the output name from `trivy-results-alpine.html` to `trivy-results.html` in the GitHub scan workflow configuration. Signed-off-by: 陳鈞 <[email protected]>
1 parent bc43b0e commit 4c6d880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
severity: "CRITICAL,HIGH"
3131
format: "template"
3232
template: "@.github/workflows/scan/html.tpl"
33-
output: "trivy-results-alpine.html"
33+
output: "trivy-results.html"
3434

3535
- name: Upload Artifact
3636
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)