Skip to content

Commit a3d5495

Browse files
Bump anchore/sbom-action from 0.20.5 to 0.22.2
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.5 to 0.22.2. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@da167ea...28d7154) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef9125c commit a3d5495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SCA-Anchore-Syft-SBOM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: docker build ./src/webapp01 --file ./src/webapp01/Dockerfile --tag ${{ env.imageName }}:${{ env.tag }}
3333

3434
- name: Scan the image and upload dependency results
35-
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c
35+
uses: anchore/sbom-action@28d71544de8eaf1b958d335707167c5f783590ad
3636
continue-on-error: true
3737
with:
3838
image: "${{ env.imageName }}:${{ env.tag }}"

0 commit comments

Comments
 (0)