Skip to content

Commit b9986fa

Browse files
authored
Merge pull request #1009 from fluxcd/container-sbom
build: Enable SBOM and SLSA Provenance
2 parents a56a888 + 59e061c commit b9986fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- name: Publish images
6363
uses: docker/build-push-action@v3
6464
with:
65+
sbom: true
66+
provenance: true
6567
push: true
6668
builder: ${{ steps.buildx.outputs.name }}
6769
context: .

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
6161
# Ensure that the binary was cross-compiled correctly to the target platform.
6262
RUN xx-verify --static /source-controller
6363

64-
FROM alpine:3.16
64+
FROM alpine:3.17
6565

6666
ARG TARGETPLATFORM
6767
RUN apk --no-cache add ca-certificates \

0 commit comments

Comments
 (0)