Skip to content
New issue

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

Outputting Scan Results in SARIF Format #185

Closed
tohch4 opened this issue Apr 9, 2021 · 1 comment
Closed

Outputting Scan Results in SARIF Format #185

tohch4 opened this issue Apr 9, 2021 · 1 comment

Comments

@tohch4
Copy link

tohch4 commented Apr 9, 2021

Environment

  • PyKwalify version: 1.8.0
  • Python version: CPython 3.9.0

Proposed Functionality

Support exporting results conformant the SARIF Standard v1 spec.

pykwalify \
  -s a_schema.yaml \
  -d validate.yaml \
  --output-format --sarif  > results.sarif

Use Case

Reduce the need to build custom static analysis parser formats.

@Grokzen
Copy link
Owner

Grokzen commented Apr 9, 2021

@tohch4 No, this will never happen. This is not the purpose of pykwalify to output and support other output formats from this tool.

@Grokzen Grokzen closed this as completed Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants