Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,8 @@
-e GOMODCACHE=/go/pkg/mod \
-v /tmp/build-dashboard.sh:/tmp/build-dashboard.sh \
-w /go/src/github.com/TykTechnologies/tyk-analytics \
tykio/golang-cross:1.24-bookworm /tmp/build-dashboard.sh
tykio/golang-cross:1.25-bullseye /tmp/build-dashboard.sh

Check warning on line 717 in .github/workflows/release.yml

View check run for this annotation

probelabs / Visor: security

security Issue

The build environment's base OS is being downgraded from Debian Bookworm (stable) to Debian Bullseye (oldstable). While the Go version is updated, using an older OS base can introduce security risks if vulnerabilities patched in the newer version are present. This could potentially expose the build process to supply chain vulnerabilities.
Raw output
While the goal of aligning with the goreleaser environment is understood, using an older OS version is not ideal. Investigate if a `tykio/golang-cross:1.25-bookworm` image can be created and used. Alternatively, plan to upgrade the entire build toolchain, including goreleaser, to use a more recent base image like Debian Bookworm to maintain a secure build environment.
echo "✅ Packages built successfully for $GOARCH"
- name: Detect platform for Docker build
id: platform
Expand Down
Loading