Skip to content

Commit

Permalink
use workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
megg-pd authored and gschueler committed Dec 19, 2024
1 parent 71df666 commit 1e46af5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ jobs:
- run: snyk config set org='rundeck-core-mtgfa3XPaKGbFtHj9aRXhg' # this will need to be updated if the project changes owners
- run: snyk monitor --all-projects --detection-depth=10 --scan-all-unmanaged # run monitor first to push results to webui
- run: snyk test --severity-threshold=low --all-projects --detection-depth=10 --scan-all-unmanaged # will fail step if any results are found

workflows:
version: 2
test_and_publish:
jobs:
- snyk_test:
context:
- PagerDuty
- Snyk
- build

0 comments on commit 1e46af5

Please sign in to comment.