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.