Skip to content

Commit

Permalink
Add OS name to scan results (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Feb 19, 2024
1 parent f0fe650 commit 25832c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: scan-results
name: scan-results-${{ matrix.os }}
path: |
${{ steps.scan.outputs.sarif }}
*.json
Expand Down

0 comments on commit 25832c6

Please sign in to comment.