Skip to content

Commit

Permalink
chore(#106): move checkov iac scan job to circleci scheduled workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksr01 committed Apr 5, 2022
1 parent 276a1f2 commit b6db47b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -354,3 +350,5 @@ workflows:
- check_image_vulnerability:
<<: *credential_context
name: Image Vulnerability Check
- checkov-scan:
name: Checkov IAC scan

0 comments on commit b6db47b

Please sign in to comment.