Skip to content

Commit

Permalink
fix(sca): add Pipfile and Pipfile.lock to supported package files list (
Browse files Browse the repository at this point in the history
#6746)

add Pipfile and Pipfile.lock to supported package files list
  • Loading branch information
omriyoffe-panw authored Oct 1, 2024
1 parent 42d3178 commit a1874f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checkov/common/models/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"package.json",
"package-lock.json",
"pom.xml",
"requirements.txt"
"requirements.txt",
"Pipfile",
"Pipfile.lock",
}
SUPPORTED_FILES = SUPPORTED_PACKAGE_FILES.union({"Dockerfile"})

Expand Down

0 comments on commit a1874f3

Please sign in to comment.