From 31b746db953076bb99d6902e7c90fb9aa4ad26e0 Mon Sep 17 00:00:00 2001 From: Toby Privett Date: Fri, 25 Oct 2024 09:29:28 +0100 Subject: [PATCH] Remove veracode policy scan --- .circleci/config.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 44559d6aa..4940bf441 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -473,18 +473,3 @@ workflows: - basm-api-production requires: - hold_production - - security: - triggers: - - schedule: - cron: "0 7 * * 1-5" - filters: - branches: - only: - - main - jobs: - - hmpps/veracode_policy_scan: - slack_channel: << pipeline.parameters.alerts-slack-channel >> - context: - - veracode-credentials - - hmpps-common-vars