File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ jobs: # a collection of steps
3131 build-test-monitor-docker : # runs not using Workflows must have a `build` job as entry point #directory where steps will run
3232 # working_directory: ~/goof
3333 docker :
34- - image : docker:19.03.13
34+ - image : circleci/buildpack-deps:stretch
3535 environment :
3636 IMAGE_NAME : akanchhaS/goof
3737 steps :
@@ -41,7 +41,6 @@ jobs: # a collection of steps
4141 name : echo "Build Docker image"
4242 command : ' docker build -t my-new-container-circleci-goof-image .'
4343 - snyk/scan :
44- os : alpine
4544 fail-on-issues : false
4645 monitor-on-build : true
4746 token-variable : SNYKTOKEN
@@ -50,7 +49,6 @@ jobs: # a collection of steps
5049 severity-threshold : low
5150 target-file : Dockerfile
5251 docker-image-name : my-new-container-circleci-goof-image
53- install-alpine-dependencies : true
5452docker :
5553 - image : ' snyk/snyk-cli:npm'
5654parameters :
You can’t perform that action at this time.
0 commit comments