Skip to content

Commit

Permalink
Only allow docker hub as registry
Browse files Browse the repository at this point in the history
Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Nov 4, 2023
1 parent d31035d commit 4a0e0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: hadolint/[email protected]
with:
dockerfile: ${{ matrix.distribution }}/Dockerfile
config: "hadolint.yml"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
3 changes: 3 additions & 0 deletions hadolint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trustedRegistries:
- docker.io

0 comments on commit 4a0e0ec

Please sign in to comment.