Skip to content

Commit 17aede3

Browse files
Update SBOM tool version (Azure#775)
Co-authored-by: Ketki <ketkinaik@microsoft.com>
1 parent 62b2fac commit 17aede3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "version=$version" >> $GITHUB_ENV
4848
- name: Generate SBOM
4949
run: |
50-
curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/download/v2.2.3/sbom-tool-linux-x64
50+
curl -Lo $RUNNER_TEMP/sbom-tool https://github.com/microsoft/sbom-tool/releases/download/v4.1.5/sbom-tool-linux-x64
5151
chmod +x $RUNNER_TEMP/sbom-tool
5252
$RUNNER_TEMP/sbom-tool generate -b ./dist -bc . -pn "Azure IoT CLI Extension" -pv "${{ env.version }}" -ps Microsoft
5353

0 commit comments

Comments
 (0)