You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using the resource xray_ignore_rule to create ignore rules for our components. We have the use case now to filter out exposures for specific paths, such as secrets (as shown at the end of this document: https://jfrog.com/help/r/xray-rest-apis/create-ignore-rule)
This way, an ignore rule with a filter for exposures could be created via Terraform with the same resource than for vulnerabilities. For example:
I tried to implement it by myself but in the document I shared before it's not really self explanatory on which values are accepted, if they are optional or not...
Can I ask you to add this feature for xray_ignore_rule resource?
TY in advance!
The text was updated successfully, but these errors were encountered:
We're using the resource
xray_ignore_rule
to create ignore rules for our components. We have the use case now to filter out exposures for specific paths, such as secrets (as shown at the end of this document: https://jfrog.com/help/r/xray-rest-apis/create-ignore-rule)This way, an ignore rule with a filter for exposures could be created via Terraform with the same resource than for vulnerabilities. For example:
I tried to implement it by myself but in the document I shared before it's not really self explanatory on which values are accepted, if they are optional or not...
Can I ask you to add this feature for
xray_ignore_rule
resource?TY in advance!
The text was updated successfully, but these errors were encountered: