From 6c4433dacddd6582af34dd9fb05400d88e3b6362 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 23 Aug 2024 12:54:41 +0200 Subject: [PATCH] fix: remove sarif file from compare Signed-off-by: Robert Waffen --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39fd06ab..382d6ca9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,6 @@ jobs: command: compare image: 'local://ci/puppetserver:${{ matrix.version }}' to: 'ghcr.io/voxpupuli/puppetserver:${{ matrix.version }}-latest' - sarif-file: sarif.output.${{ matrix.version }}.${{ github.sha }}.json summary: true keep-previous-comments: true