Skip to content

Commit 0c7ebc0

Browse files
committed
Skip image check in bin/audit within CI workflow
The image is checked via explicit jobs
1 parent 272cdf5 commit 0c7ebc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
otp-version: ${{ needs.version.outputs.otp-version }}
5353
elixir-version: ${{ needs.version.outputs.elixir-version }}
54-
- run: bin/audit
54+
- run: bin/audit --skip-check-image
5555

5656
build:
5757
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)