mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
SBOM Issue: SYFT downgraded to 1.24.0 (#12290)
This commit is contained in:
8
.github/workflows/create_sbom_report.yml
vendored
8
.github/workflows/create_sbom_report.yml
vendored
@@ -57,9 +57,13 @@ jobs:
|
|||||||
- name: Install SYFT tool on Windows
|
- name: Install SYFT tool on Windows
|
||||||
if: ${{ runner.os == '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
|
||||||
- name: Install SYFT tool on Ubuntu or macOS
|
- name: Install SYFT tool on Ubuntu
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os == 'Linux' }}
|
||||||
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
||||||
|
- name: Install SYFT v1.24.0 on macOS
|
||||||
|
if: ${{ runner.os == 'macOS' }}
|
||||||
|
run: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin v1.24.0
|
||||||
|
|
||||||
#Running section.
|
#Running section.
|
||||||
- name: Run SYFT on Windows
|
- name: Run SYFT on Windows
|
||||||
if: ${{ runner.os == 'Windows' }}
|
if: ${{ runner.os == 'Windows' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user