fix the error lstat /github/workspace: no such file or directory
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
This commit is contained in:
parent
2fe8570179
commit
d41a8cdd9d
|
@ -172,7 +172,7 @@ jobs:
|
|||
scan-type: 'fs'
|
||||
format: 'spdx'
|
||||
output: 'sbom-karmada.spdx'
|
||||
scan-ref: "/github/workspace/"
|
||||
scan-ref: "${{ github.workspace }}/"
|
||||
- name: Tar the sbom files
|
||||
run: |
|
||||
tar -zcf sbom.tar.gz *.spdx
|
||||
|
|
Loading…
Reference in New Issue