Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Snyk-Vuln-Scanner Orb with dev Tag #67

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
vallieres committed Dec 22, 2022
commit fd42231ac6dffc4067d6a88557a4e6d00c219c3d
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -68,10 +68,7 @@ jobs:
# - run:
# name: Pom
# command: lein pom
- snyk-vuln-scanner/vuln-scan:
context: [org-global, github-readonly]
debug: true
upload-on-merge: false


workflows:
version: 2
@@ -93,4 +90,7 @@ workflows:
ignore: /.*/
snyk-test:
jobs:
- snyk-test
- snyk-vuln-scanner/vuln-scan:
context: [org-global, github-readonly]
debug: true
upload-on-merge: false