We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd704ef + 64fa7c9 commit 0458b32Copy full SHA for 0458b32
2 files changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Generate SBOM
41
if: github.event_name != 'pull_request'
42
- uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
+ uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
43
with:
44
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
45
format: cyclonedx-json
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
-o ../../dist/${{ matrix.service }}-linux-arm64 .
51
52
- name: Generate SBOM (Syft)
53
54
55
path: services/${{ matrix.service }}
56
0 commit comments