Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <suyue.chen@intel.com>
  • Loading branch information
chensuyue committed Aug 30, 2024
1 parent ac96d40 commit 1c80df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-docker-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
- uses: actions/upload-artifact@v4.3.4
if: always()
with:
name: sbom-scan
name: sbom-scan-${GITHUB_RUN_ID}
path: ${{ matrix.image }}-sbom-scan.txt
overwrite: false

- uses: actions/upload-artifact@v4.3.4
if: always()
with:
name: trivy-scan
name: trivy-scan-${GITHUB_RUN_ID}
path: ${{ matrix.image }}-trivy-scan.txt
overwrite: false

0 comments on commit 1c80df1

Please sign in to comment.