Skip to content

Commit

Permalink
Fix generation of SBOM for the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Aug 14, 2022
1 parent ec861bc commit f66ef7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: anchore/sbom-action@v0
with:
image: mostafamoradian/xk6-kafka:${{ steps.meta.outputs.tags }}
artifact-name: docker-image-cyclonedx-xk6-kafka-${{ github.ref_name }}.json
format: cyclonedx-json
dependency-snapshot: true
Expand Down

0 comments on commit f66ef7b

Please sign in to comment.