Skip to content

Commit

Permalink
adding Build Docker Bench Security Image
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithkrishnegowda committed Oct 4, 2024
1 parent 39af38a commit 7b7f640
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-bench-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
run: |
docker image prune -a -f
docker system prune -a -f
- name: Clone Docker Bench Security Repo
run: git clone https://github.com/docker/docker-bench-security.git
- name: Build Docker Bench Security Image
run: |
cd docker-bench-security
docker build --no-cache -t docker-bench-security .
- name: Create results directory
run: mkdir -p results
- name: Run Docker Bench for Security
Expand Down

0 comments on commit 7b7f640

Please sign in to comment.