Add base image layer detection to compliance scanning #3834
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
scan/misconfiguration
Issues relating to misconfiguration scanning
target/container-image
Issues relating to container image scanning
Milestone
I raised issue #3814 due to false positives on docker-cis compliance scanning. The false positives were from a
HEALTHCHECK
layer and a bunch ofADD
layers in the base image. TheHEALTHCHECK
false positive has been dealt with in said issue, but @knqyf263 has asked that I raise a new feature request to add theguessBaseLayers
functionality to the docker-cis compliance scanning, to remove all the false positives ofADD
layers in the base image.trivy/pkg/fanal/artifact/image/image.go
Line 496 in 3987a67
The text was updated successfully, but these errors were encountered: