Skip to content
Snippets Groups Projects
Commit 229ca121 authored by safeer's avatar safeer
Browse files

circleci container scan: init

parent bd3153ba
No related branches found
No related tags found
No related merge requests found
version: 2.1
jobs:
container-scan:
working_directory: ./
docker:
- image: cimg/base:current
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Build Docker image
command: |
TAG=$CIRCLE_BUILD_NUM
docker build -t circleci-container-scan:$TAG .
workflows:
accuknox-container-scan:
jobs:
- container-scan:
filters:
branches:
only:
- container
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment