Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from Financial-Times/snyk-scanning
Browse files Browse the repository at this point in the history
Snyk production scanning
  • Loading branch information
GeoffThorpeFT authored Feb 15, 2021
2 parents 713185b + d70fb7d commit 5f904a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ workflows:
- test:
requires:
- build
#Scan package.json for vulnerable dependencies while developing
- ft-snyk-orb/scan-js-packages:
context: rel-eng-creds
requires:
Expand All @@ -108,6 +109,14 @@ workflows:
requires:
- test
- ft-snyk-orb/scan-js-packages
#Scan and monitor vulnerabilities once in production
- ft-snyk-orb/scan-and-monitor-js-packages:
name: snyk-scan-and-monitor
context: rel-eng-creds
requires:
- publish
filters:
<<: *filters_version_tag

experimental:
notify:
Expand Down

0 comments on commit 5f904a8

Please sign in to comment.