From 9747ef14b63bb58547af18c46707e01f15d23f46 Mon Sep 17 00:00:00 2001 From: Ni Jannasch Date: Tue, 30 Apr 2024 14:17:04 +0000 Subject: [PATCH] update --- .github/workflows/image_scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image_scan.yaml b/.github/workflows/image_scan.yaml index 8653628..f3d7385 100644 --- a/.github/workflows/image_scan.yaml +++ b/.github/workflows/image_scan.yaml @@ -83,7 +83,7 @@ jobs: use_enforcement_rules: true output_format: cli,sarif output_file_path: console,results.sarif - skip_check: "BC_LIC_2, BC_LIC_1" # Skip license checks + skip_check: "BC_LIC*" # Skip license checks - name: Upload SARIF report uses: actions/upload-artifact@v2