Skip to content

Commit 54338a3

Browse files
chore: more specific name for uploaded artifact
This reusable workflow can be used in conjunction with other tools that also produce Sarif results. Making this name more specific reduces the risk of name conflicts. Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
1 parent 2e56ca8 commit 54338a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/osv-scanner-reusable-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: ${{ !cancelled() }}
102102
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103103
with:
104-
name: SARIF file
104+
name: OSV Scanner SARIF file
105105
path: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
106106
retention-days: 5
107107
- name: "Upload old scan json results"

.github/workflows/osv-scanner-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: ${{ !cancelled() }}
100100
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
101101
with:
102-
name: ${{ inputs.matrix-property }}SARIF file
102+
name: ${{ inputs.matrix-property }}OSV Scanner SARIF file
103103
path: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
104104
retention-days: 5
105105
# Upload the results to GitHub's code scanning dashboard.

0 commit comments

Comments
 (0)