My job:
security_check_terraform:
executor: cloudrail/default
steps:
- attach_workspace:
at: .
- cloudrail/scan_terraform_junit:
cloud-account-id: "..."
cloudrail_api_key: $CLOUDRAIL_API_KEY
plan_output_file: ./terraform/plan.out
tf_directory: ./terraform
junit-output-file: cloudrail-junit.xml
- store_test_results:
path: cloudrail-junit.xml
Generates a JUnit XML result, that gets stored:
But somehow, the tests tab still show the link to documentation:
What am I missing?
P.S.
I did look at other forum topics on the same matter, but they didn’t get any answers helpful to this case, so posting here.