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 7ea2aab commit 3428636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,11 @@ jobs:
docker-image-name: $IMAGE_NAME:$CIRCLE_SHA1

test-scan-clair:
executor: clair-scanner/default
executor: clair_scanner/default
environment:
IMAGE_NAME: rfaircloth/scs
steps:
- setup_remote_docker
- run: docker pull $IMAGE_NAME:$CIRCLE_SHA1
- clair-scanner/scan:
image: $IMAGE_NAME:$CIRCLE_SHA1
Expand Down

0 comments on commit 3428636

Please sign in to comment.