File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 33
33
if : ${{ steps.release.outputs.release_created }}
34
34
env :
35
35
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
36
- - name : Generate SBOM with Trivy
37
- if : ${{ steps.release.outputs.release_created }}
38
- uses : aquasecurity/trivy-action@0.32.0
39
- with :
40
- format : ' cyclonedx'
41
- scan-type : ' fs'
42
- scan-ref : ' .'
43
- output : ' bom.json'
44
- - name : Upload SBOM as Artifact
45
- if : ${{ steps.release.outputs.release_created }}
46
- uses : actions/upload-artifact@v4
47
- with :
48
- name : bom.json
49
- path : bom.json
50
- overwrite : true
51
- - name : Upload SBOM to Dependency Track
52
- if : ${{ steps.release.outputs.release_created }}
53
- uses : OctopusDeploy/upload-sbom-go@v1.1.0
54
- with :
55
- dependency-track-url : ${{ secrets.DTRACK_KEY }}
56
- dependency-track-key : ${{ secrets.DTRACK_URL }}
57
- project-name : octopus-mcp-server
58
- project-version : ${{ steps.release.outputs.version }}
59
- parent-name : octopus-mcp-server
60
- is-latest : true
61
- project-tags : octopus-mcp-server
62
- sbom-file : " bom.json"
63
36
- name : Set up Docker Buildx
64
37
uses : docker/setup-buildx-action@v3
65
38
if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments