chore: harden CI and fix org-move leftovers#13
Open
GrAv3n-Code wants to merge 2 commits into
Open
Conversation
Post-move to the techlotse-AI org: - Add Dependabot (npm workspaces, github-actions, docker) - Add Trivy CRITICAL gate to CI (filesystem + built image, ignore-unfixed) - Add release.yml: build/push image and cut a GitHub Release on v* tags - Fix stale README CI badge (old Techlotse/TL-Recipy-Core) and version badge - Bump stale 0.5.9 refs to 0.8.1 (env, compose, workspace package.json, lock) Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Reference ORG-visible DOCKERHUB_USER / DOCKERHUB_TOKEN instead of ORG_DOCKERHUB_USER / ORG_DOCKERHUB_KEY so login matches the secrets that actually exist in the techlotse-AI org. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post-move maintenance for the
techlotse-AIorg.What changed
.github/dependabot.yml) — weekly npm (root workspaces), github-actions, and docker updates.ignore-unfixed, fail onCRITICAL.v*tags (.github/workflows/release.yml) — verifies tag ==VERSION, builds/pushestechlotse/tl-recipe-core:v<x>+:latest(SBOM + provenance), and cuts a GitHub Release with notes fromCHANGELOG.md.Techlotse/TL-Recipy-Core) →techlotse-AI/TL-Recipe; all0.5.9version strings →0.8.1(README badge,.env.example,docker-compose.yml,docker-publish.ymlfallback, both workspacepackage.jsons, lockfile).Validation
npm run lint✅ ·npm test45/45 ✅ ·npm run build✅ · workflow YAML parses ✅Notes for reviewer
release.ymlreuses the sameORG_DOCKERHUB_USER/ORG_DOCKERHUB_KEYsecrets as the existing (working)docker-publish.yml. Heads-up: the org's CLI-visible Actions secrets are namedDOCKERHUB_USER/DOCKERHUB_TOKEN— please confirmORG_DOCKERHUB_*exist in org Settings → Secrets.npm audit: 3 non-critical vulns (undici/vite high, qs moderate) — Dependabot will now pick these up.🤖 Generated with Claude Code