From 028eca9da742a28af3e177c93ad6f817a0a8a10b Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Wed, 16 Oct 2024 12:08:41 +0200 Subject: [PATCH] fix: remove incorrect report-vulnerabilities input from scan_images workflow Part of canonical/bundle-kubeflow#1118 --- .github/workflows/scan_images.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/scan_images.yaml b/.github/workflows/scan_images.yaml index 22fff6e..d41c2ce 100644 --- a/.github/workflows/scan_images.yaml +++ b/.github/workflows/scan_images.yaml @@ -16,6 +16,5 @@ jobs: secrets: GH_TOKEN: ${{ secrets.GH_TOKEN }} with: - report-vulnerabilities: true severity: "HIGH,CRITICAL" branch: ${{ matrix.branch }}