**Is your feature request related to a problem? Please describe.** You cannot upload a `Sarif` report to private repositories. ``` If you are on a GitHub Free or GitHub Pro plan, you can only use code scanning on repositories that are publicly available. ``` https://docs.github.com/en/code-security/reference/code-scanning/troubleshoot-analysis-errors/advanced-security-must-be-enabled#about-this-error **Describe the solution you'd like** Add support for output format via `Workflow commands for GitHub Actions` https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands **Additional context** A rather useful feature that allows you to spot an error in `Files changed` without opening the `GitHub Actions` job logs.
Is your feature request related to a problem? Please describe.
You cannot upload a
Sarifreport to private repositories.https://docs.github.com/en/code-security/reference/code-scanning/troubleshoot-analysis-errors/advanced-security-must-be-enabled#about-this-error
Describe the solution you'd like
Add support for output format via
Workflow commands for GitHub Actionshttps://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands
Additional context
A rather useful feature that allows you to spot an error in
Files changedwithout opening theGitHub Actionsjob logs.