Skip to content

Commit

Permalink
Ignore mystery hadolint error
Browse files Browse the repository at this point in the history
There's an unhelpful hadolint error that simply says:

> Dockerfile:3 SC1072 error: Fix any mentioned problems and try again.

It is unclear what we're supposed to do here, and it could be a false
positive because of koalaman/shellcheck#1036
  • Loading branch information
sajith committed Mar 28, 2023
1 parent 01f7bc0 commit 45cc798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ jobs:
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
# Ignore the mystery error.
ignore: SC1072

0 comments on commit 45cc798

Please sign in to comment.