Skip to content

Commit

Permalink
slight adjustment to the ConcourseCI example (#65)
Browse files Browse the repository at this point in the history
* slight adjustment to the ConcourseCI example
  • Loading branch information
harrykimpel authored Nov 28, 2022
1 parent 737e93c commit 3a306e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ConcourseCI/concourse_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
platform: linux
image_resource:
type: registry-image
source: { repository: node, tag: "8" }
source: { repository: node, tag: "12" }
params:
SNYK_TOKEN: ((snyk-token)
SNYK_TOKEN: ((snyk-token))
inputs:
- name: goof
run:
Expand All @@ -31,4 +31,5 @@ jobs:
cd goof
npm install
npm install -g snyk
snyk test
snyk test #|| true
snyk monitor

0 comments on commit 3a306e2

Please sign in to comment.