Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Oct 7, 2019
1 parent 2673b71 commit ce0e85e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ jobs:
IMAGE_NAME: rfaircloth/scs
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
docker_layer_caching: true
- run: docker pull $IMAGE_NAME:$CIRCLE_SHA1
- snyk/scan:
docker-image-name: $IMAGE_NAME:$CIRCLE_SHA1
Expand All @@ -169,6 +170,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run:
name: "Vulnerability scan"
command: |
Expand Down

0 comments on commit ce0e85e

Please sign in to comment.