File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 }
5757 - name : Install SYFT tool on Windows
5858 if : ${{ runner.os == 'Windows' }}
59- run : curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b D :/syft
59+ run : curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b C :/syft
6060 - name : Install SYFT tool on Ubuntu
6161 if : ${{ runner.os == 'Linux' }}
6262 run : curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
6767 # Running section.
6868 - name : Run SYFT on Windows
6969 if : ${{ runner.os == 'Windows' }}
70- run : D :/syft/syft dir:C:/ -vv -o spdx-json=sbom.json
70+ run : C :/syft/syft dir:C:/ -vv -o spdx-json=sbom.json
7171 - name : Run SYFT on Ubuntu
7272 if : ${{ runner.os == 'Linux' }}
7373 run : syft dir:/ -vv -o spdx-json=sbom.json
You can’t perform that action at this time.
0 commit comments