Skip to content

Commit 572fd37

Browse files
committed
ci: make checks into errors instead of warnings
skip the check SecretsUsedInArgOrEnv, since it is a false positive in all cases in this repo
1 parent ddc968e commit 572fd37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/debian.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
command: |
6969
docker build --pull \
7070
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
71-
${{ matrix.ghc_minor }}/${{ matrix.deb }}
71+
${{ matrix.ghc_minor }}/${{ matrix.deb }} \
72+
--build-arg "BUILDKIT_DOCKERFILE_CHECK=skip=SecretsUsedInArgOrEnv;error=true" .
7273
- uses: actions/checkout@v4
7374
with:
7475
repository: docker-library/official-images

0 commit comments

Comments
 (0)