Skip to content

Commit

Permalink
fix(actions): cyclonedx sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Vieira committed Mar 21, 2024
1 parent 4007bac commit 6a7f57a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ jobs:
load: true
tags: ${{ env.DOCKER_IMAGE_TAG }}

- name: Create SBOM
- name: Create Docker SBOM
uses: anchore/sbom-action@v0
with:
upload-artifact-retention: 1
image: ${{ steps.docker_build.outputs.imageId }}
format: cyclonedx-json
upload-release-assets: false
output-file: ${{ env.SBOM_FILENAME }}.cyclonedx.json

- name: Configure AWS credentials
Expand Down

0 comments on commit 6a7f57a

Please sign in to comment.