Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilBaah committed Mar 2, 2024
1 parent c7dd94b commit 8da0b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
run: |
trufflehog3 --no-history --format json --output report.json --exclude "env/*"
- name: Scan Dockerfile with Dockle
- name: Container Image Linter for Security Dockerfile with Dockle
run: |
docker run --rm -v $(pwd):/mnt goodwithtech/dockle -f json /mnt/Dockerfile > dockle.json
docker run --rm -v $(pwd):/mnt goodwithtech/dockle:v0.3.1 -f json /mnt/Dockerfile > dockle.json
cat dockle.json

0 comments on commit 8da0b0d

Please sign in to comment.