Skip to content

Commit

Permalink
Add new veracode scan for schedueled workflow (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored Mar 19, 2021
1 parent 2b63bae commit 87ecef7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 2.1

orbs:
owasp: entur/[email protected]
hmpps: ministryofjustice/[email protected]

jobs:
Expand Down Expand Up @@ -78,7 +77,7 @@ workflows:
# requires:
# - request-prod-approval

scheduled:
security:
triggers:
- schedule:
cron: "0 7 * * 1-5"
Expand All @@ -87,5 +86,10 @@ workflows:
only:
- main
jobs:
- owasp/gradle_owasp_dependency_check:
executor: hmpps/java
- hmpps/gradle_owasp_dependency_check:
context:
- hmpps-common-vars
- hmpps/veracode_pipeline_scan:
context:
- hmpps-common-vars

0 comments on commit 87ecef7

Please sign in to comment.