From 65a797c57255368ff30a7cab2ab3be3ac3a8f522 Mon Sep 17 00:00:00 2001 From: Jonas Cirotzki Date: Wed, 22 Dec 2021 14:53:33 +0100 Subject: [PATCH] [#7542] avoid clash of reports --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea81370fdb4..9af84ba1810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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