diff --git a/.github/workflows/kubescape-cli-e2e-tests.yaml b/.github/workflows/kubescape-cli-e2e-tests.yaml index e1abf73..a5ed639 100644 --- a/.github/workflows/kubescape-cli-e2e-tests.yaml +++ b/.github/workflows/kubescape-cli-e2e-tests.yaml @@ -27,12 +27,9 @@ on: "scan_local_file", "scan_local_glob_files", "scan_local_list_of_files", - "scan_nsa_and_submit_to_backend", - "scan_mitre_and_submit_to_backend", - "scan_local_repository_and_submit_to_backend", - "scan_repository_from_url_and_submit_to_backend", + "scan_and_submit_to_backend", + "scan_git_repository_and_submit_to_backend", "scan_with_exception_to_backend", - "scan_with_custom_framework", "scan_customer_configuration", "host_scanner", "scan_compliance_score" diff --git a/.github/workflows/sanity-check.yaml b/.github/workflows/sanity-check.yaml index 1d7e5a8..6549283 100644 --- a/.github/workflows/sanity-check.yaml +++ b/.github/workflows/sanity-check.yaml @@ -24,12 +24,9 @@ on: "scan_local_file", "scan_local_glob_files", "scan_local_list_of_files", - "scan_nsa_and_submit_to_backend", - "scan_mitre_and_submit_to_backend", - "scan_local_repository_and_submit_to_backend", - "scan_repository_from_url_and_submit_to_backend", + "scan_and_submit_to_backend", + "scan_git_repository_and_submit_to_backend", "scan_with_exception_to_backend", - "scan_with_custom_framework", "scan_customer_configuration", "host_scanner" ]'