| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Mergeback v2.1.37 refs/heads/releases/v2 into main
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
…ests Remove tests with old certifi dependency
This doesn’t affect the overall behaviour, but means we can short-circuit slightly more quickly when `analyze` is passed `upload: false`.
We now report errors via telemetry, and this feature will shortly be enabled by default.
Test results directly via return value of `testFailedSarifUpload` vs via checking log messages.
Ensure we are regularly running code scanning using the latest CodeQL and remain up to date with the internal security scorecard, even if we have a period longer than a week with no pushes to the repo.
…ng-schedule Code scanning: Add scheduled trigger to workflow
…-improvements Improve reporting failed runs via SARIF
Refactor CodeQL setup
This commit does a few related things: 1. Bumps the minimum version for cli config parsing to 2.10.6 2. Ensures that if cli config parsing is enabled, then remove repos are _not_ downloaded by the action. It happens in the CLI. 3. Passes the `--external-repository-token-stdin` option to the CLI and passes the appropriate token via stdin if cli config parsing is enabled.
…tream Use a stream when uploading database contents
| { | ||
| owner: repositoryNwo.owner, | ||
| repo: repositoryNwo.repo, | ||
| language, | ||
| name: `${language}-database`, | ||
| data: bundledDbReadStream, | ||
| headers: { | ||
| authorization: `token ${apiDetails.auth}`, | ||
| "Content-Type": "application/zip", | ||
| "Content-Length": bundledDbSize, | ||
| }, | ||
| } |
Code scanning / CodeQL
File data in outbound network request
| Back | FazBrowse Home | New Git URL |
Merging 515828d into releases/v1
Conductor for this PR is @henrymercer.
Contains the following pull requests:
Please do the following: