[windows] Temporarily pin syft version for SBOM report (#7953)

This commit is contained in:
Shamil Mubarakshin
2023-07-21 16:26:19 +02:00
committed by GitHub
parent 54cc4924c5
commit a5632eb5f2

View File

@@ -34,7 +34,7 @@ jobs:
#Installation section
- name: Install SYFT tool on Windows
if: ${{ runner.os == 'Windows' }}
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b D:/syft
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b D:/syft v0.84.1
- name: Install SYFT tool on Ubuntu or macOS
if: ${{ runner.os != 'Windows' }}
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin