Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mchmarny/vimp
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed May 5, 2023
2 parents 765da81 + 08aaaa8 commit 6872dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ jobs:
severity: ${{ inputs.scan-severity }}
exit-code: '1'
- name: Upload Report
uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.11.6
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.11.6
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit 6872dad

Please sign in to comment.