Add CI workflow and Grype CVE ignores

- Add .github/workflows/ci.yml with build/push and deploy-dev/uat jobs
- Add .grype.yaml with Python 3.12 CVE ignores

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barcode Betty
2026-04-19 11:42:55 +00:00
committed by Test User
parent b7b57d91b1
commit 6ac7350d75
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -169,4 +169,4 @@ jobs:
git diff --cached --quiet && echo "No changes" && exit 0
git commit -m "ci(uat): update auth image from cartsnitch/auth CI"
git pull --rebase origin main
git push origin main
git push origin main