Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [runs-on/action](https://github.com/runs-on/action) | `2.1.0` | `2.1.2` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.2.0` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `db582008a42febd596419635a5abc9d9815daa9c` | `82606bf257cbaff209d206a39f5134f0cfbfd2ee` | | [docker/setup-compose-action](https://github.com/docker/setup-compose-action) | `2.1.0` | `2.2.0` | | [azure/setup-helm](https://github.com/azure/setup-helm) | `4.3.0` | `5.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `4.0.0` | `4.1.2` | | [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) | `5f47aad1c2df34f7c6230784ce9a5a659922f479` | `d411fff7b8879a62509f3fa98c07f247ac089a51` | Updates `runs-on/action` from 2.1.0 to 2.1.2 - [Release notes](https://github.com/runs-on/action/releases) - [Commits](742bf56072...d141ef83eb) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v7...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](4d04d5d948...d7f5e7f509) Updates `docker/login-action` from 4.0.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...650006c6eb7dba73a995cc03b0b2d7f5ca915bee) Updates `golangci/golangci-lint-action` from db582008a42febd596419635a5abc9d9815daa9c to 82606bf257cbaff209d206a39f5134f0cfbfd2ee - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](db582008a4...82606bf257) Updates `docker/setup-compose-action` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/docker/setup-compose-action/releases) - [Commits](8cccb8c14b...16feee727c) Updates `azure/setup-helm` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](b9e51907a0...dda3372f75) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](53b83947a5...48b55a011b) Updates `sigstore/cosign-installer` from 4.0.0 to 4.1.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](faadad0cce...6f9f177880) Updates `trufflesecurity/trufflehog` from 5f47aad1c2df34f7c6230784ce9a5a659922f479 to d411fff7b8879a62509f3fa98c07f247ac089a51 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](5f47aad1c2...d411fff7b8) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: azure/setup-helm dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-compose-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 82606bf257cbaff209d206a39f5134f0cfbfd2ee dependency-type: direct:production dependency-group: github-actions - dependency-name: runs-on/action dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: trufflesecurity/trufflehog dependency-version: d411fff7b8879a62509f3fa98c07f247ac089a51 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
370 lines
14 KiB
YAML
370 lines
14 KiB
YAML
name: "Release probod"
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "probod/v*"
|
|
|
|
permissions:
|
|
contents: "read"
|
|
|
|
jobs:
|
|
build-apps:
|
|
name: "build-apps"
|
|
runs-on: "runs-on=${{ github.run_id }}/runner=4cpu-linux-x64/extras=s3-cache"
|
|
permissions:
|
|
contents: "read"
|
|
steps:
|
|
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
|
|
with:
|
|
submodules: recursive
|
|
- uses: "runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60" # v2
|
|
- uses: "./.github/actions/setup"
|
|
with:
|
|
go: "false"
|
|
- run: "npm --workspace @probo/emails run build"
|
|
- run: "make relay"
|
|
- name: "Build console"
|
|
run: |
|
|
npm --workspace @probo/console run check
|
|
NODE_ENV=production npm --workspace @probo/console run build
|
|
- name: "Build trust"
|
|
run: |
|
|
npm --workspace @probo/trust run check
|
|
NODE_ENV=production npm --workspace @probo/trust run build
|
|
- uses: "actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a" # v7
|
|
with:
|
|
name: "frontend-apps"
|
|
path: |
|
|
apps/console/dist/
|
|
apps/trust/dist/
|
|
packages/emails/dist/
|
|
retention-days: 1
|
|
|
|
build-binary:
|
|
name: "binary (${{ matrix.goos }}/${{ matrix.goarch }})"
|
|
needs: [build-apps]
|
|
runs-on: "runs-on=${{ github.run_id }}/runner=4cpu-linux-x64/extras=s3-cache"
|
|
permissions:
|
|
contents: "read"
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
include:
|
|
- { goos: linux, goarch: amd64 }
|
|
- { goos: linux, goarch: arm64 }
|
|
- { goos: darwin, goarch: amd64 }
|
|
- { goos: darwin, goarch: arm64 }
|
|
- { goos: windows, goarch: amd64 }
|
|
- { goos: freebsd, goarch: amd64 }
|
|
- { goos: freebsd, goarch: arm64 }
|
|
- { goos: openbsd, goarch: amd64 }
|
|
- { goos: openbsd, goarch: arm64 }
|
|
steps:
|
|
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
|
|
with:
|
|
submodules: recursive
|
|
- uses: "runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60" # v2
|
|
- uses: "./.github/actions/setup"
|
|
with:
|
|
node: "false"
|
|
- uses: "actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c" # v8
|
|
with:
|
|
name: "frontend-apps"
|
|
- name: "Generate Go code"
|
|
run: |
|
|
go generate ./pkg/server/api/connect/v1
|
|
go generate ./pkg/server/api/console/v1
|
|
go generate ./pkg/server/api/trust/v1
|
|
go generate ./pkg/server/api/mcp/v1
|
|
- name: "Build binaries"
|
|
env:
|
|
CGO_ENABLED: "0"
|
|
GOOS: "${{ matrix.goos }}"
|
|
GOARCH: "${{ matrix.goarch }}"
|
|
run: |
|
|
VERSION="${GITHUB_REF_NAME##*/v}"
|
|
BOOTSTRAP_VERSION="$(cat cmd/probod-bootstrap/VERSION)"
|
|
EXT=""
|
|
if [ "$GOOS" = "windows" ]; then EXT=".exe"; fi
|
|
|
|
go build -ldflags "-s -w -X 'main.version=${VERSION}' -X 'main.env=prod'" \
|
|
-gcflags="-e" -o "dist/probod${EXT}" ./cmd/probod/main.go
|
|
|
|
go build -ldflags "-s -w -X 'main.version=${BOOTSTRAP_VERSION}'" \
|
|
-gcflags="-e" -o "dist/probod-bootstrap${EXT}" ./cmd/probod-bootstrap/main.go
|
|
- name: "Create archive"
|
|
env:
|
|
GOOS: "${{ matrix.goos }}"
|
|
GOARCH: "${{ matrix.goarch }}"
|
|
run: |
|
|
case "$GOOS" in
|
|
linux) OS="Linux" ;;
|
|
darwin) OS="Darwin" ;;
|
|
windows) OS="Windows" ;;
|
|
freebsd) OS="Freebsd" ;;
|
|
openbsd) OS="Openbsd" ;;
|
|
esac
|
|
case "$GOARCH" in
|
|
amd64) ARCH="x86_64" ;;
|
|
*) ARCH="$GOARCH" ;;
|
|
esac
|
|
EXT=""
|
|
if [ "$GOOS" = "windows" ]; then EXT=".exe"; fi
|
|
|
|
mkdir -p archives
|
|
PROBOD_DIR="probod_${OS}_${ARCH}"
|
|
mkdir -p "staging/${PROBOD_DIR}"
|
|
cp "dist/probod${EXT}" "dist/probod-bootstrap${EXT}" \
|
|
README.md LICENSE cmd/probod/CHANGELOG.md "staging/${PROBOD_DIR}/"
|
|
if [ "$GOOS" = "windows" ]; then
|
|
(cd staging && zip -r "../archives/${PROBOD_DIR}.zip" "${PROBOD_DIR}")
|
|
else
|
|
tar -czf "archives/${PROBOD_DIR}.tar.gz" -C staging "${PROBOD_DIR}"
|
|
fi
|
|
- uses: "actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a" # v7
|
|
with:
|
|
name: "binary-${{ matrix.goos }}-${{ matrix.goarch }}"
|
|
path: "dist/"
|
|
retention-days: 1
|
|
- uses: "actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a" # v7
|
|
with:
|
|
name: "archive-${{ matrix.goos }}-${{ matrix.goarch }}"
|
|
path: "archives/"
|
|
retention-days: 1
|
|
|
|
build-docker:
|
|
name: "docker (${{ matrix.arch }})"
|
|
needs: [build-binary]
|
|
runs-on: "runs-on=${{ github.run_id }}/runner=${{ matrix.runner }}/extras=s3-cache"
|
|
permissions:
|
|
contents: "read"
|
|
packages: "write"
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
include:
|
|
- arch: amd64
|
|
platform: "linux/amd64"
|
|
runner: "4cpu-linux-x64"
|
|
- arch: arm64
|
|
platform: "linux/arm64"
|
|
runner: "4cpu-linux-arm64"
|
|
steps:
|
|
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
|
|
- uses: "runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60" # v2
|
|
- uses: "docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5" # v4.1.0
|
|
- uses: "docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee" # v4.2.0
|
|
with:
|
|
registry: artifact.probo.inc
|
|
username: ${{ secrets.HARBOR_USERNAME }}
|
|
password: ${{ secrets.HARBOR_PASSWORD }}
|
|
- uses: "actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c" # v8
|
|
with:
|
|
name: "binary-linux-${{ matrix.arch }}"
|
|
path: "linux/${{ matrix.arch }}"
|
|
- name: "Prepare binaries"
|
|
run: "chmod +x linux/${{ matrix.arch }}/*"
|
|
- name: "Compute image tag"
|
|
id: tag
|
|
run: |
|
|
VERSION="${GITHUB_REF_NAME##*/v}"
|
|
echo "image_tag=v${VERSION}" >> "$GITHUB_OUTPUT"
|
|
- name: "Build and push Docker image"
|
|
env:
|
|
PLATFORM: ${{ matrix.platform }}
|
|
ARCH: ${{ matrix.arch }}
|
|
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
|
run: |
|
|
docker buildx build \
|
|
--platform "${PLATFORM}" \
|
|
--build-arg "BASE_IMAGE=artifact.probo.inc/dockerhub/library/ubuntu@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b" \
|
|
--label "org.opencontainers.image.title=probod" \
|
|
--label "org.opencontainers.image.description=Probo compliance management platform" \
|
|
--label "org.opencontainers.image.url=https://github.com/getprobo/probo" \
|
|
--label "org.opencontainers.image.source=https://github.com/getprobo/probo" \
|
|
--label "org.opencontainers.image.version=${GITHUB_REF_NAME}" \
|
|
--label "org.opencontainers.image.revision=${GITHUB_SHA}" \
|
|
--label "org.opencontainers.image.licenses=MIT" \
|
|
--tag "artifact.probo.inc/probo/probo:${IMAGE_TAG}-${ARCH}" \
|
|
--push \
|
|
.
|
|
|
|
docker-manifest:
|
|
name: "docker-manifest"
|
|
needs: [build-docker]
|
|
runs-on: "runs-on=${{ github.run_id }}/runner=2cpu-linux-x64/extras=s3-cache"
|
|
permissions:
|
|
packages: "write"
|
|
id-token: "write"
|
|
outputs:
|
|
digest: ${{ steps.digest.outputs.digest }}
|
|
image_tag: ${{ steps.tag.outputs.image_tag }}
|
|
steps:
|
|
- uses: "runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60" # v2
|
|
- uses: "docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5" # v4.1.0
|
|
- uses: "docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee" # v4.2.0
|
|
with:
|
|
registry: artifact.probo.inc
|
|
username: ${{ secrets.HARBOR_USERNAME }}
|
|
password: ${{ secrets.HARBOR_PASSWORD }}
|
|
- uses: "sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6" # v4.1.2
|
|
- name: "Log in to Harbor with cosign"
|
|
env:
|
|
HARBOR_USERNAME: ${{ secrets.HARBOR_USERNAME }}
|
|
HARBOR_PASSWORD: ${{ secrets.HARBOR_PASSWORD }}
|
|
run: |
|
|
echo "${HARBOR_PASSWORD}" | cosign login artifact.probo.inc \
|
|
--username "${HARBOR_USERNAME}" \
|
|
--password-stdin
|
|
- name: "Compute image tag"
|
|
id: tag
|
|
run: |
|
|
VERSION="${GITHUB_REF_NAME##*/v}"
|
|
echo "image_tag=v${VERSION}" >> "$GITHUB_OUTPUT"
|
|
- name: "Create and push manifest"
|
|
env:
|
|
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
|
run: |
|
|
docker buildx imagetools create \
|
|
--tag "artifact.probo.inc/probo/probo:${IMAGE_TAG}" \
|
|
--tag "artifact.probo.inc/probo/probo:latest" \
|
|
"artifact.probo.inc/probo/probo:${IMAGE_TAG}-amd64" \
|
|
"artifact.probo.inc/probo/probo:${IMAGE_TAG}-arm64"
|
|
- name: "Get manifest digest"
|
|
id: digest
|
|
env:
|
|
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
|
run: |
|
|
DIGEST=$(docker buildx imagetools inspect "artifact.probo.inc/probo/probo:${IMAGE_TAG}" --format '{{json .Manifest.Digest}}' | jq -r)
|
|
if [ -z "${DIGEST}" ] || [ "${DIGEST}" = "null" ]; then
|
|
echo "Failed to resolve manifest digest for artifact.probo.inc/probo/probo:${IMAGE_TAG}"
|
|
exit 1
|
|
fi
|
|
echo "digest=${DIGEST}" >> "$GITHUB_OUTPUT"
|
|
- name: "Sign Docker manifest"
|
|
env:
|
|
DIGEST: ${{ steps.digest.outputs.digest }}
|
|
IMAGE_TAG: ${{ steps.tag.outputs.image_tag }}
|
|
run: |
|
|
IMAGE="artifact.probo.inc/probo/probo"
|
|
cosign sign "${IMAGE}@${DIGEST}" --yes
|
|
cosign sign "${IMAGE}:${IMAGE_TAG}" --yes
|
|
cosign sign "${IMAGE}:latest" --yes
|
|
- name: "Verify Docker signature"
|
|
env:
|
|
DIGEST: ${{ steps.digest.outputs.digest }}
|
|
run: |
|
|
cosign verify \
|
|
--certificate-identity-regexp '^https://github.com/getprobo/probo/.github/workflows/release-probod.yaml@refs/tags/probod/v' \
|
|
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
|
|
"artifact.probo.inc/probo/probo@${DIGEST}"
|
|
|
|
github-release:
|
|
name: "github-release"
|
|
needs: [build-binary, docker-manifest]
|
|
runs-on: "runs-on=${{ github.run_id }}/runner=2cpu-linux-x64/extras=s3-cache"
|
|
permissions:
|
|
contents: "write"
|
|
id-token: "write"
|
|
attestations: "write"
|
|
security-events: "write"
|
|
steps:
|
|
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
|
|
with:
|
|
fetch-depth: 0
|
|
submodules: recursive
|
|
- uses: "runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60" # v2
|
|
- uses: "sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6" # v4.1.2
|
|
- uses: "actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c" # v8
|
|
with:
|
|
pattern: "archive-*"
|
|
path: "archives"
|
|
merge-multiple: true
|
|
- name: "Generate checksums and sign"
|
|
run: |
|
|
cd archives
|
|
sha256sum *.tar.gz *.zip > checksums.txt
|
|
cosign sign-blob --bundle="checksums.txt.bundle" checksums.txt --yes
|
|
- name: "Generate SBOM"
|
|
uses: "anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610" # v0.24.0
|
|
with:
|
|
path: ./
|
|
format: cyclonedx-json
|
|
output-file: sbom.json
|
|
- name: "Run vulnerability scan"
|
|
uses: "anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2" # v7.4.0
|
|
with:
|
|
sbom: "sbom.json"
|
|
fail-build: true
|
|
severity-cutoff: critical
|
|
- name: "Attest SBOM for archives"
|
|
uses: "actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26" # v4.1.0
|
|
with:
|
|
subject-path: "archives/*.tar.gz, archives/*.zip"
|
|
sbom-path: "sbom.json"
|
|
- name: "Attest build provenance for archives"
|
|
uses: "actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26" # v4.1.0
|
|
with:
|
|
subject-path: "archives/*.tar.gz, archives/*.zip"
|
|
- name: "Attest Docker image SBOM"
|
|
uses: "actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26" # v4.1.0
|
|
with:
|
|
subject-name: "artifact.probo.inc/probo/probo"
|
|
subject-digest: ${{ needs.docker-manifest.outputs.digest }}
|
|
sbom-path: "sbom.json"
|
|
- name: "Trivy scan Docker image"
|
|
uses: "aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25" # 0.36.0
|
|
with:
|
|
image-ref: "artifact.probo.inc/probo/probo:${{ needs.docker-manifest.outputs.image_tag }}"
|
|
format: "sarif"
|
|
output: "trivy-results.sarif"
|
|
exit-code: 1
|
|
ignore-unfixed: true
|
|
vuln-type: "os,library"
|
|
severity: "CRITICAL,HIGH"
|
|
- name: "Upload Trivy scan results"
|
|
uses: "github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314" # v4.32.1
|
|
if: always()
|
|
with:
|
|
sarif_file: "trivy-results.sarif"
|
|
ref: "refs/heads/main"
|
|
sha: ${{ github.sha }}
|
|
category: "trivy-docker-image"
|
|
- name: "Compose release notes"
|
|
env:
|
|
IMAGE_TAG: ${{ needs.docker-manifest.outputs.image_tag }}
|
|
run: |
|
|
VERSION="${GITHUB_REF_NAME##*/v}"
|
|
awk -v ver="$VERSION" '
|
|
/^## \[/ { if (found) exit; if ($0 ~ "\\[" ver "\\]") found=1 }
|
|
found
|
|
' cmd/probod/CHANGELOG.md > release-notes.md
|
|
cat >> release-notes.md << EOF
|
|
|
|
## Docker Images
|
|
- \`artifact.probo.inc/probo/probo:${IMAGE_TAG}\` (multi-arch: linux/amd64, linux/arm64)
|
|
- \`artifact.probo.inc/probo/probo:latest\` (multi-arch: linux/amd64, linux/arm64)
|
|
EOF
|
|
- name: "Create GitHub release"
|
|
env:
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
run: |
|
|
PRERELEASE_FLAG=""
|
|
if echo "${GITHUB_REF_NAME}" | grep -qE '(alpha|beta|rc)'; then
|
|
PRERELEASE_FLAG="--prerelease"
|
|
fi
|
|
|
|
gh release delete "${GITHUB_REF_NAME}" --yes 2>/dev/null || true
|
|
|
|
gh release create "${GITHUB_REF_NAME}" \
|
|
--title "${GITHUB_REF_NAME}" \
|
|
--notes-file release-notes.md \
|
|
$PRERELEASE_FLAG \
|
|
archives/* sbom.json
|
|
- uses: "actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a" # v7
|
|
with:
|
|
name: "sbom"
|
|
path: "sbom.json"
|
|
retention-days: 30
|