You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeQL Agent running Codeql scan: docker run --rm --name codeql-agent-docker -v "/Users/test/tools/code_review/src/java/JSH_ERP-v3.2:/opt/src" -e "USERID=$(id -u ${USER})" -e "GROUPID=$(id -g ${USER})" -v "/Users/test/tools/code_review/src/java/JSH_ERP-v3.2/codeql-agent-results:/opt/results" -e "THREADS=0" -e "FORMAT=sarif-latest" doublevkay/codeql-agent-dev...
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Add parameter to docker command
--platform linux/amd64
The text was updated successfully, but these errors were encountered:
CodeQL Agent running Codeql scan: docker run --rm --name codeql-agent-docker -v "/Users/test/tools/code_review/src/java/JSH_ERP-v3.2:/opt/src" -e "USERID=$(id -u${USER})" -e "GROUPID=$ (id -g ${USER})" -v "/Users/test/tools/code_review/src/java/JSH_ERP-v3.2/codeql-agent-results:/opt/results" -e "THREADS=0" -e "FORMAT=sarif-latest" doublevkay/codeql-agent-dev...
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Add parameter to docker command
--platform linux/amd64
The text was updated successfully, but these errors were encountered: