codeql-container icon indicating copy to clipboard operation
codeql-container copied to clipboard

Prepackaged and precompiled github codeql container for rapid analysis, deployment and development.

Results 21 codeql-container issues
Sort by recently updated
recently updated
newest added

hello guys, this is not an issue just a question.. how can we uoload .sarif file using this container is there any option provided? because in codeql cli there is...

We are using GitHub Enterprise. Is there a way to make this work with GHES? At first glance of the code it doesn't appear there is a way to over-ride...

I've extended the Dockerfile to make some changes to the startup.py file required for my use case. I changed the Dockerfile to run as another user instead of root, but...

This PR makes sure that new users don't use a deprecated version of sarif. sarif v2.0.0 is fully deprecated which isn't very usable in vscode for instance.

> ### Protect matching branches > > - (Select) **Require signed commits** > Commits pushed to matching branches must have verified signatures. > > - (Select) **Include administrators** > Enforce...

In [**How to Use this image**](https://hub.docker.com/_/microsoft-cstsectools-codeql-container?tab=description) tab. > docker run --rm --name `codeql-container mcr.microsoft.com/codeql/codeql-container` -v /dir/to/analyze:/opt/src -v /dir/for/results:/opt/results -e CODEQL_CLI_ARGS= should be corrected to > docker run --rm --name `codeql-container...

- https://github.com/microsoft/codeql-container/blob/d0e531a4b7db837e7e92e8d611b1226eb45ef861/Dockerfile#L58 - https://github.com/microsoft/codeql-container/blob/d0e531a4b7db837e7e92e8d611b1226eb45ef861/Dockerfile#L65-L66 - https://github.com/microsoft/codeql-container/blob/d0e531a4b7db837e7e92e8d611b1226eb45ef861/Dockerfile#L67-L68 - https://github.com/microsoft/codeql-container/blob/d0e531a4b7db837e7e92e8d611b1226eb45ef861/Dockerfile#L70-L73 These occurrences can be updated to vastly improve the idempotence of building the Docker image. Right now, running `docker build` produces different...

...otherwise, this error is generated ```none Initializing database at /opt/results/source_db. Running build command: [] A fatal error occurred: Exit status 1 from command: [/usr/local/codeql-home/codeql/javascript/tools/autobuild.sh] Error 2 executing from command. Exiting......