Skip to content

Commit

Permalink
fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Jul 29, 2024
1 parent 13744c9 commit f4f6795
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
run: |-
cosign sign -y ghcr.io/tremolosecurity/openunison-jib-builder3:${{ env.TAG }}
- uses: anchore/sbom-action@v0
with:
image: ghcr.io/tremolosecurity/openunison-jib-builder3:${{ env.TAG }}
format: spdx
output-file: /tmp/spdxg
- uses: anchore/sbom-action@v0
with:
image: ghcr.io/tremolosecurity/openunison-jib-builder3:${{ env.TAG }}
format: spdx
output-file: /tmp/spdxg

- name: attach sbom to images
run: |-
Expand Down

0 comments on commit f4f6795

Please sign in to comment.