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
I setup the action:
- name: tfsec uses: aquasecurity/tfsec-sarif-action@master with: sarif_file: kk.sarif soft_fail: true
the content to the file:
{ "version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json", "runs": [ { "tool": { "driver": { "informationUri": "https://github.com/aquasecurity/defsec", "name": "defsec", "rules": [] } }, "results": [] } ]
The text was updated successfully, but these errors were encountered:
related: aquasecurity/tfsec-action#17
Sorry, something went wrong.
No branches or pull requests
I setup the action:
the content to the file:
The text was updated successfully, but these errors were encountered: