Skip to content

Commit

Permalink
snyk test
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Jan 15, 2025
1 parent b699002 commit b682b14
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,18 @@ jobs:
workflows:
security-scan:
jobs:
- setup:
filters:
branches:
only:
- master
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
filters:
branches:
only:
- master
requires:
- setup
- setup
# filters:
# branches:
# only:
# - master
- snyk-scan:
name: execute-snyk
filters:
branches:
only:
- master
context:
- static-analysis
# filters:
# branches:
# only:
# - master
requires:
- prepare-snyk
- setup

0 comments on commit b682b14

Please sign in to comment.