Skip to content

Commit

Permalink
Use hadolint instead of docker-lint
Browse files Browse the repository at this point in the history
https://github.com/hadolint/hadolint
Signed-off-by: Pierre Péronnet <pierre.peronnet@ovhcloud.com>
  • Loading branch information
holyhope authored and bitsf committed Mar 24, 2020
1 parent 7272be9 commit 8f1a0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: lint
uses: luke142367/Docker-Lint-Action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET: Dockerfile
uses: brpaz/hadolint-action@master
3 changes: 3 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
trustedRegistries:
- docker.io
- gcr.io

0 comments on commit 8f1a0b9

Please sign in to comment.