Skip to content

Commit

Permalink
Update Hadolint threshold to flag errors only
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Foley <[email protected]>
  • Loading branch information
psfoley committed Sep 29, 2023
1 parent 098c826 commit 1da7260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
pip install .
- name: Hadolint Dockerfile Scan
run: |
docker run -v ${PWD}/openfl-docker:/openfl-docker --rm -i hadolint/hadolint hadolint -t warning /openfl-docker/Dockerfile.base
docker run -v ${PWD}/openfl-docker:/openfl-docker --rm -i hadolint/hadolint hadolint -t error /openfl-docker/Dockerfile.base

0 comments on commit 1da7260

Please sign in to comment.