Skip to content

Commit

Permalink
add the sbom action
Browse files Browse the repository at this point in the history
  • Loading branch information
ejahnGithub committed Jan 23, 2024
1 parent 7a42ab5 commit 03fd52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Generate SBOM for the dev Docker image
uses: anchore/sbom-action@v0
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
output-file: sbom-image-latest.json
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 03fd52d

Please sign in to comment.