chore: align repository with fleet CI contracts - #4
Open
jmagar wants to merge 3 commits into
Open
Conversation
…sbom scans - backend and backend-evidence reinstall the CGO build headers (libjpeg/libtiff/libpng/libwebp/libraw/libheif/libgif/libvips/libav*) that plg_image_c, plg_image_light, and plg_video_transcoder need; without them go vet/test/govulncheck fail on missing pkg-config packages. Since fast-go.yml's vulnerability sub-job has no command hook to install them, backend is now a bespoke job instead of a fast-go.yml call. - frontend's contract-command now runs `npm run build` first and passes an explicit path to check-web-assets.sh: fast-node.yml always runs build-command after contract-command, so the Next.js export never existed when build-embed.mjs (--skip-build) ran, and check-web-assets.sh's cwd-relative default path pointed at web/public instead of ../public once the job's working-directory became web. - restore the per-PR sbom (CycloneDX) and image (docker build, smoke test, Trivy scan) jobs that fast-go.yml/fast-node.yml adoption dropped from CI, wired into the gate's required results. files.test.tsx's 20s timeout is pre-existing on main (no diff to that file since the merge-base) and is not addressed here.
Collaborator
Author
|
Pushed a follow-up commit addressing review findings on this branch:
Validated with |
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.
Summary
.github/workflows/ci.ymland adds.github/workflows/release.ymlto align with the fleet CI/release contract, plus.github/actionlint.yamlgo.mod/go.sum,web/package.json/web/package-lock.json) and updatesdocs/frontend-migration.mdTest plan