We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fcdd8 commit 87d5791Copy full SHA for 87d5791
.github/workflows/build.yml
@@ -71,8 +71,7 @@ jobs:
71
token: ${{ secrets.CODECOV_TOKEN }}
72
73
- name: Generate SBOM
74
- uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
75
- if: runner.os != 'Windows' # HACK Disabled due to https://github.com/anchore/sbom-action/issues/472
+ uses: anchore/sbom-action@95b086ac308035dc0850b3853be5b7ab108236a8 # v0.16.1
76
with:
77
artifact-name: build-${{ matrix.os-name }}.spdx.json
78
output-file: ./artifacts/build.spdx.json
0 commit comments