Dustilock, pip-compile, and "--hash" is available for public registration #4779
wesley-dean-flexion
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MegaLinter includes the dustilock scanner which looks for package requirements files. Some tools (e.g.,
pip-compile
with--generate-hashes
) may produce output with continuation characters to make otherwise long lines more legible.Unfortunately, it appears that dustilock doesn't appear to interpret line continuation correctly. This has been documented in Checkmarx/dustilock#5
One can disable dustilock with the
DISABLE_LINTERS
configuration directive in a.mega-linter.yml
file:Beta Was this translation helpful? Give feedback.
All reactions