Merge pull request #15 from aminvakil/hadolint2.10.0
Bump hadolint 2.10.0
This commit is contained in:
commit
e4de9d7fc2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-$(uname -s)-$(uname -m) -o /usr/local/bin/hadolint
|
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v$HADOLINT_VERSION/hadolint-$(uname -s)-$(uname -m) -o /usr/local/bin/hadolint
|
||||||
sudo chmod 755 /usr/local/bin/hadolint
|
sudo chmod 755 /usr/local/bin/hadolint
|
||||||
env:
|
env:
|
||||||
HADOLINT_VERSION: 2.9.3
|
HADOLINT_VERSION: 2.10.0
|
||||||
|
|
||||||
- name: Run hadolint.
|
- name: Run hadolint.
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue