We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdefa69 commit 9983f5aCopy full SHA for 9983f5a
1 file changed
.github/workflows/build.yaml
@@ -57,6 +57,7 @@ jobs:
57
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
58
with:
59
images: ghcr.io/${{ github.repository }}/${{ matrix.binary }}
60
+ - uses: anchore/sbom-action/download-syft@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
61
- name: Build and push ${{ matrix.binary }} container image
62
if: github.actor != 'dependabot[bot]'
63
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
@@ -69,6 +70,7 @@ jobs:
69
70
BINARY=${{ matrix.binary }}
71
TARGETPLATFORM=${{ matrix.binary }}_linux_amd64_v1
72
context: dist
73
+ sbom: true
74
check-tag:
75
permissions:
76
contents: read
0 commit comments