From 4096a9af29201f5a8a42155cb0c4bdd61848de07 Mon Sep 17 00:00:00 2001 From: Adrian Clay Lake Date: Tue, 3 Dec 2024 13:30:43 +0000 Subject: [PATCH] demo build --- .github/workflows/build_and_test_eicar_rock.yaml | 4 ---- .github/workflows/test_external_rock.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/build_and_test_eicar_rock.yaml b/.github/workflows/build_and_test_eicar_rock.yaml index 2afe3d4..b10b656 100644 --- a/.github/workflows/build_and_test_eicar_rock.yaml +++ b/.github/workflows/build_and_test_eicar_rock.yaml @@ -18,10 +18,6 @@ jobs: needs: [build] with: oci-archive-name: "eicar-rock" - test-efficiency: true - test-malware: true - test-oci-compliance: true - test-vulnerabilities: true end: # we expect malware scan to fail, so we add a final job so PR checks pass. diff --git a/.github/workflows/test_external_rock.yaml b/.github/workflows/test_external_rock.yaml index 0b1fb8f..cd8f988 100644 --- a/.github/workflows/test_external_rock.yaml +++ b/.github/workflows/test_external_rock.yaml @@ -33,10 +33,6 @@ jobs: needs: [setup] with: oci-archive-name: test_image - test-efficiency: true - test-malware: true - test-oci-compliance: true - test-vulnerabilities: true end: # we expect vulnerabilities scan to fail, so we add a final job so PR checks pass.