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
Describe the issue
No guidelines and priority on results of custom policies when loaded using using --external-checks-dir.
Using the same policy added on bridgecrew.cloud works showing the guideline/priority on cli output.
<testcase name="[NONE][] Check that all resources are tagged" classname="/main.tf.module.teste.azurerm_..." file="/main.tf">
<failure type="failure" message="Check that all resources are tagged">
Resource: module.teste.azurerm_...
File: /main.tf: 5-23
Guideline: None
Removing the local policy and adding on bridgecrew.cloud/policies :
<testcase name="[LOW][removed-account-here] Check that all resources are tagged" classname="/main.tf.module.teste.azurerm_..." file="/main.tf">
<failure type="failure" message="Check that all resources are tagged">
Resource: module.teste.azurerm_...
File: /main.tf: 5-23
Guideline: guide link here
The text was updated successfully, but these errors were encountered:
Describe the issue
No guidelines and priority on results of custom policies when loaded using using --external-checks-dir.
Using the same policy added on bridgecrew.cloud works showing the guideline/priority on cli output.
Additional context
To reproduce :
Results :
Removing the local policy and adding on bridgecrew.cloud/policies :
The text was updated successfully, but these errors were encountered: