Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/SCA-Anchore-Syft-SBOM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: docker build ./src/webapp01 --file ./src/webapp01/Dockerfile --tag ${{ env.imageName }}:${{ env.tag }}

- name: Scan the image and upload dependency results
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b
continue-on-error: true
with:
image: "${{ env.imageName }}:${{ env.tag }}"
Expand Down
Loading