diff --git a/.github/workflows/build_and_test_eicar_rock.yaml b/.github/workflows/build_and_test_eicar_rock.yaml index 580519e..2afe3d4 100644 --- a/.github/workflows/build_and_test_eicar_rock.yaml +++ b/.github/workflows/build_and_test_eicar_rock.yaml @@ -18,7 +18,6 @@ jobs: needs: [build] with: oci-archive-name: "eicar-rock" - test-black-box: true test-efficiency: true test-malware: true test-oci-compliance: true diff --git a/.github/workflows/test_external_rock.yaml b/.github/workflows/test_external_rock.yaml index 25de8e1..0b1fb8f 100644 --- a/.github/workflows/test_external_rock.yaml +++ b/.github/workflows/test_external_rock.yaml @@ -33,7 +33,6 @@ jobs: needs: [setup] with: oci-archive-name: test_image - test-black-box: false # will always fail since bkimminich/juice-shop is not a rock. test-efficiency: true test-malware: true test-oci-compliance: true