Skip to content

Commit

Permalink
Merge pull request SUSE#375 from SUSE/hadolint
Browse files Browse the repository at this point in the history
Set SC1091 as ignored for hadolint
  • Loading branch information
asmorodskyi authored May 24, 2024
2 parents 449bf42 + 3331ba7 commit 7a224d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ format: tty
# DL3007 - Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag.
# DL3037 - Specify version with zypper install -y <package>[=]<version>
# DL4006 - Use SHELL option `-o pipefail` because that's non OCI container option
ignored: [DL3013, DL3007, DL3037, DL4006]
# SC1091 - ShellCheck warning, it can't read and follow sourced file
ignored: [DL3013, DL3007, DL3037, DL4006, SC1091]

0 comments on commit 7a224d9

Please sign in to comment.