We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am running inspec with --reporter cli junit:/src/TEST-project-validation.xml json:/src/TEST-project-validation.json
with inspec-gcp But somehow I am not getting the Junit or Json reports. The results are only appearing on the screen.
Are other reporters supported? thanks Ali
The text was updated successfully, but these errors were encountered:
hi @ali-himindz - reporters should work fine. For example, I get expected outputs from:
inspec exec . -t gcp:// --attributes=myattributes.yaml --reporter cli junit:test.xml json:output.json
Can you confirm the full command being run as well as the InSpec version?
Sorry, something went wrong.
Merge pull request #89 from modular-magician/codegen-pr-1305
f0be43a
Add HTTPS health check to InSpec
Closing out for now as this cannot be reproduced.
No branches or pull requests
Hi,
I am running inspec with
--reporter cli junit:/src/TEST-project-validation.xml json:/src/TEST-project-validation.json
with inspec-gcp
But somehow I am not getting the Junit or Json reports.
The results are only appearing on the screen.
Are other reporters supported?
thanks
Ali
The text was updated successfully, but these errors were encountered: