mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 18:39:49 +08:00
[windows] Temporarily pin syft version for SBOM report (#7953)
This commit is contained in:
committed by
GitHub
parent
54cc4924c5
commit
a5632eb5f2
2
.github/workflows/create_sbom_report.yml
vendored
2
.github/workflows/create_sbom_report.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user