Part of #16
Question
Is CODEQ_DEPLOYMENT.md accurate and complete as the anchor for this map's decisions? Cross-check its claims against the live source of truth and fix any drift, so downstream decision tickets build on correct facts.
Verify specifically:
- Trigger names / branch filters / GCS buckets in
qbraid-infrastructure/terraform/environments/{staging,prod}/gcp/cloud-build-codeq.tf and cloud-build-qbraid-dstacks.tf (opencode-staging-branch, opencode-prod-main, build-lab-base, build-lab-base-prod, included_files = ["qbraid-lab-base/**"]).
- The
gsutil cp gs://qbraid-codeq[-staging]/latest/linux-x64/codeq step really is inlined in the trigger and NOT chained to a codeq upload.
- Helm
singleuser.image tag: latest + pullPolicy: Always in values-{staging,prod}.yaml.
- The runtime scripts' behaviour:
setup-codeq-config.sh (only-if-missing) and update-codeq-token.sh (fields it re-asserts), and the GCS home-sync persistence claim.
- Whether
codeq --version on a pod is currently the only way to tell which binary a user is on.
AFK. Output: corrections applied to CODEQ_DEPLOYMENT.md (linked), plus a note of anything that couldn't be verified without live GCP access.
Part of #16
Question
Is
CODEQ_DEPLOYMENT.mdaccurate and complete as the anchor for this map's decisions? Cross-check its claims against the live source of truth and fix any drift, so downstream decision tickets build on correct facts.Verify specifically:
qbraid-infrastructure/terraform/environments/{staging,prod}/gcp/cloud-build-codeq.tfandcloud-build-qbraid-dstacks.tf(opencode-staging-branch,opencode-prod-main,build-lab-base,build-lab-base-prod,included_files = ["qbraid-lab-base/**"]).gsutil cp gs://qbraid-codeq[-staging]/latest/linux-x64/codeqstep really is inlined in the trigger and NOT chained to a codeq upload.singleuser.imagetag: latest+pullPolicy: Alwaysinvalues-{staging,prod}.yaml.setup-codeq-config.sh(only-if-missing) andupdate-codeq-token.sh(fields it re-asserts), and the GCS home-sync persistence claim.codeq --versionon a pod is currently the only way to tell which binary a user is on.AFK. Output: corrections applied to
CODEQ_DEPLOYMENT.md(linked), plus a note of anything that couldn't be verified without live GCP access.