Skip to content

Commit

Permalink
Added snyk token variable (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bama4 committed Feb 15, 2021
1 parent 4f7c17d commit 7ffe81c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
version: 2.1
orbs:
snyk: snyk/[email protected]
workflows:
build:
jobs:
- build:
context:
- snyk_api
jobs:
build:
docker:
Expand Down Expand Up @@ -96,6 +102,7 @@ jobs:
# Snyk Scan
- snyk/scan:
docker-image-name: $IMAGE_NAME
token-variable: SNYK_API_TOKEN
- store_artifacts:
path: coverage.xml
- store_artifacts:
Expand Down

0 comments on commit 7ffe81c

Please sign in to comment.