Skip to content

Commit

Permalink
Security Scanner to build using build-image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Dec 19, 2023
1 parent 085411f commit d6a98ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build container image
run: docker build dangerzone/ -f Dockerfile --tag dangerzone.rocks/dangerzone:latest
run: sudo apt install python3-poetry && python3 ./install/common/build-image.py
# NOTE: Scan first without failing, else we won't be able to read the scan
# report.
- name: Scan container image (no fail)
Expand Down

0 comments on commit d6a98ce

Please sign in to comment.