Skip to content

Commit

Permalink
[#7542] avoid clash of reports
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasCir committed Dec 22, 2021
1 parent 267e583 commit 65a797c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: 'trivy-results.sarif'

# needed as codeQL also performs an upload and the clash otherwise
category: 'code-scanning/trivy-repo
- name: Commit external visits API spec to development
# Privileged action needing a secret token. Since this only runs on development in our own repo
Expand Down

0 comments on commit 65a797c

Please sign in to comment.