From b6db47bda5ef168c6ce8f7435e12551fe3ddbac4 Mon Sep 17 00:00:00 2001 From: abhisheksr01 Date: Tue, 5 Apr 2022 18:07:09 +0100 Subject: [PATCH] chore(#106): move checkov iac scan job to circleci scheduled workflow --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 436f779..12dd6ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -295,10 +295,6 @@ workflows: timeout: 25m requires: - Build - - checkov-scan: - name: Checkov IAC scan - requires: - - Build - docker_lint_build_scan_push: <<: *credential_context name: Docker Lint Build Scan Push @@ -354,3 +350,5 @@ workflows: - check_image_vulnerability: <<: *credential_context name: Image Vulnerability Check + - checkov-scan: + name: Checkov IAC scan