We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb0bc8 commit 691f627Copy full SHA for 691f627
.github/workflows/docker-pipeline.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout Code
18
uses: actions/checkout@v3
19
- name: Install hadolint
20
- runs: |
+ run: |
21
sudo wget -O /usr/local/bin/hadolint \
22
https://github.com/hadolint/hadolint/releases/latest/download/hadolint-Linux-x86_64
23
sudo chmod +x /usr/local/bin/hadolint
0 commit comments