File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 78
78
_output/charts/karmada-chart-${{ github.ref_name }}.tgz.sha256
79
79
_output/charts/karmada-operator-chart-${{ github.ref_name }}.tgz
80
80
_output/charts/karmada-operator-chart-${{ github.ref_name }}.tgz.sha256
81
+ sbom-assests :
82
+ name : Release sbom
83
+ runs-on : ubuntu-22.04
84
+ steps :
85
+ - uses : actions/checkout@v4
86
+ - name : Generate sbom for karmada file system
87
+ uses :
aquasecurity/[email protected]
88
+ with :
89
+ scan-type : ' fs'
90
+ format : ' spdx'
91
+ output : ' sbom-karmada.spdx'
92
+ scan-ref : " /github/workspace/"
93
+ - name : Tar the sbom files
94
+ run : |
95
+ tar -zcf sbom.tar.gz *.spdx
96
+ - name : Uploading sbom assets...
97
+ uses : softprops/action-gh-release@v2
98
+ with :
99
+ files : |
100
+ sbom.tar.gz
81
101
update-krew-index :
82
102
needs : release-assests
83
103
name : Update krew-index
You can’t perform that action at this time.
0 commit comments