-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix hadoling issues Signed-off-by: Arrobo, Gabriel <[email protected]> * Update GHA accordingly Signed-off-by: Arrobo, Gabriel <[email protected]> --------- Signed-off-by: Arrobo, Gabriel <[email protected]>
- Loading branch information
1 parent
b749b48
commit 775952f
Showing
2 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,11 @@ jobs: | |
|
||
- name: Dockerfile linter | ||
uses: hadolint/[email protected] | ||
# For now, ignoring: | ||
# DL3008 warning: Pin versions in apt get install (e.g., apt-get install <package>=<version>) | ||
with: | ||
dockerfile: Dockerfile | ||
ignore: DL3008 | ||
|
||
license-check: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters