Skip to content

Commit

Permalink
name CircleCI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed Aug 27, 2022
1 parent e3e226e commit 99f2426
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
jobs:
build:
build_then_test:
# Remove if parallelism is not desired
parallelism: 2
environment:
Expand Down Expand Up @@ -72,3 +72,9 @@ jobs:
git clone https://github.com/docker/docker-bench-security.git
cd docker-bench-security
sh docker-bench-security.sh -c container_images -i abd_vro -e check_4_5
workflows:
version: 2
circleci_workflow:
jobs:
- build_then_test

0 comments on commit 99f2426

Please sign in to comment.