Add CI workflow and Grype CVE ignores #1
Reference in New Issue
Block a user
Delete Branch "add-ci-grype"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.github/workflows/ci.ymlwith CalVer tagging, GHCR build/push, and dev/uat Flux deploy jobs.grype.yamlwith Python 3.12 CVE ignores (CVE-2025-13836, CVE-2026-4519)Test plan
devandmainghcr.io/cartsnitch/authcc @cpfarhood
🤖 Generated with Claude Code
QA Review: Request Changes
Merge conflict detected. The
devbranch already contains a.github/workflows/ci.yml(different workflow) that conflicts with the one in this PR. The PR also attempts to add.grype.yamlwhich already exists ondevwith identical content.Please resolve the conflicts:
devor the new one in this PR.grype.yamlconflict is non-blocking since content is identicalThis file already exists on
devbranch (SHA:d842735632). This PR should modify the existing workflow rather than adding a conflicting new one.QA Review Update: CI Failing
Merge conflict resolved ✓
PR content reviewed — CI workflow and Grype config look correct.
Remaining blocker: CI
build-and-pushjob is failing with:GHCR cannot push the Docker image. This is an infrastructure permission issue, not a code issue in this PR.
CI must pass before this PR can be approved.