Skip to content

Commit

Permalink
Add OS name to scan results
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Feb 19, 2024
1 parent f0fe650 commit fc7e4b4
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 fc7e4b4

Please sign in to comment.