We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b2fac commit 17aede3Copy full SHA for 17aede3
1 file changed
.github/workflows/release_build.yml
@@ -47,7 +47,7 @@ jobs:
47
echo "version=$version" >> $GITHUB_ENV
48
- name: Generate SBOM
49
run: |
50
- curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/download/v2.2.3/sbom-tool-linux-x64
+ curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/download/v4.1.5/sbom-tool-linux-x64
51
chmod +x $RUNNER_TEMP/sbom-tool
52
$RUNNER_TEMP/sbom-tool generate -b ./dist -bc . -pn "Azure IoT CLI Extension" -pv "${{ env.version }}" -ps Microsoft
53
0 commit comments