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
We can leverage the output in --json format when summarizing results along with jq to query any existing high level vulnerabilities.
--json
jq
That would reflect in the public API of the Github Action. We can shape the API as
Example of json output from scan subcommand
scan
{ "url":"https://appsweep.guardsquare.com/builds/483c6dc7-ade3-43e3-a0cb-a52976f25440", "high":0, "medium":2, "low":1 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can leverage the output in
--json
format when summarizing results along withjq
to query any existing high level vulnerabilities.That would reflect in the public API of the Github Action. We can shape the API as
Example of json output from
scan
subcommandThe text was updated successfully, but these errors were encountered: