Closed spuder closed 2 years ago
Please offer up some potential HCL you'd like to see
https://www.jfrog.com/confluence/display/JFROG/Ignore+Rules#IgnoreRules-IgnoringViolationsExamples
resource "artifactory_vulerability_ignore_rule" {
note = "approved by CISO"
expiration_time = "2020-12-24"
vulnerability = "any"
component = {
version= 2.1.5,
url = "gav://com.atlassian.maven.pulings"
}
artifact = "generic://sha256:123456"
watch = "w"
}
Thanks. We'll see what we can do
When this is implemented please add an attribute for the optional projectKey query parameter.
So we can ignore_rules for a watch that is tied to a project.
POST /api/v1/ignore_rules?projectKey=test
Xray does container scanning, and supports
Ignore rules
for allowing exceptions.We have many containers that are reporting critical vulerabilities that are not actually critical due to other compensating controls we have in place.
We want the ability to programatically define
ignore rules
using terraform as infrastructure as codeDocumentation
Rest API Documentation