Skip to content

Commit fc9f7d2

Browse files
Update reusable-trivy.yml
1 parent 34194b2 commit fc9f7d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Upload artifact
8383
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8484
with:
85-
name: SARIF file fs
85+
name: SARIF file fs (${{ inputs.sarif }})
8686
path: '${{ inputs.sarif }}'
8787

8888
- name: Upload to code-scanning
@@ -139,7 +139,7 @@ jobs:
139139
- name: Upload artifact
140140
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
141141
with:
142-
name: SARIF file container
142+
name: SARIF file container (${{ inputs.sarif }})
143143
path: '${{ inputs.sarif }}'
144144

145145
- name: Upload to code-scanning

0 commit comments

Comments
 (0)