-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I am testing out the img and running into an error. I am trying to use another QL pack but it wants to use csharp-security-and-quality.qls and honestly don't care if it uses it just want it to run. Any thoughts?
podman run --rm --name codeql-docker -m 8g -v "CodeCoverageSummary:/opt/src" -v "results:/opt/results" -e "LANGUAGE=csharp" -e "QS=csharp-lgtm-full.qls" -e "OVERRIDE=True" j3ssie/codeql-docker:latest
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
Initializing database at /opt/src/codeql-db.
A fatal error occurred: IOException while executing process with args: Ä/root/codeql-home/codeql/tools/linux64/scc, --format, jsonÅ
(eventual cause: IOException "error=0, Failed to exec spawn helper: pid: 70, exit value: 1")
A fatal error occurred: /opt/src/codeql-db is not a recognized CodeQL database.
Ä+Å Get List of Query Suites & Query Packs
------------------
>>> Provided Inputs
Ä+Å Language: csharp
Ä+Å Query-suites: csharp-lgtm-full.qls
Ä+Å Database: /opt/src/codeql-db
Ä+Å Source: /opt/src
Ä+Å Output: /opt/results
Ä+Å Format: sarif-latest
------------------
Ä-Å No Query Suite matchs: csharp-lgtm-full.qls
Ä+Å Picking Query Suite from language csharp: Ä'codeql/csharp-queries', 'csharp-security-and-quality.qls'Å
Ä+Å ==> Creating Database: codeql database create --language=csharp /opt/src/codeql-db -s /opt/src
Ä+Å ==> Start analyze with query codeql/csharp-queries: codeql database analyze --format=sarif-latest --output=/opt/results/issues-codeql-csharp-queries.sarif-latest /opt/src/codeql-db codeql/csharp-queries
Ä-Å Query Suite not found: csharp-security-and-quality.qls
Metadata
Metadata
Assignees
Labels
No labels