| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This introduces a new internal environment variable flag (`CODEQL_ACTION_SARIF_DUMP_DIR`) that, when set to `true`, causes the SARIF file that will be uploaded to be dumped to the specified directory. The filename will be `upload.sarif` or `upload.quality.sarif` depending on the upload target.
There was a problem hiding this comment.
This PR introduces a new internal environment variable flag that enables dumping the processed SARIF file to a specified directory before upload for testing and debugging purposes.
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/environment.ts | Adds new environment variable constant for SARIF dump directory |
| src/upload-lib.ts | Implements SARIF dumping functionality and integrates it into upload process |
Sorry, something went wrong.
There was a problem hiding this comment.
It seems that I can't approve anymore now that the PR is merged, but consider this my approval on this PR as well :)
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This introduces a new internal environment variable flag (CODEQL_ACTION_SARIF_DUMP_DIR) that, when set to true, causes the SARIF file that will be uploaded to be dumped to the specified directory. The filename will be upload.sarif or upload.quality.sarif depending on the upload target.
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist