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 3600d1d commit 2e33403
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,13 @@ jobs:
docker-image-name: $IMAGE_NAME:$CIRCLE_SHA1

test-scan-clair:
executor: clair-scanner/default
machine:
image: ubuntu-1604:201903-01
docker_layer_caching: true # default - false
environment:
IMAGE_NAME: rfaircloth/scs
steps:
- setup_remote_docker:
docker_layer_caching: true

- clair-scanner/scan:
image: $IMAGE_NAME:$CIRCLE_SHA1
whitelist: clair-whitelist.yml
Expand Down

0 comments on commit 2e33403

Please sign in to comment.