Skip to content

Commit 656ae08

Browse files
fix: Temporarily remove sbom steps (#36)
1 parent 4986672 commit 656ae08

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,6 @@ jobs:
3333
if: ${{ steps.release.outputs.release_created }}
3434
env:
3535
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"
6336
- name: Set up Docker Buildx
6437
uses: docker/setup-buildx-action@v3
6538
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)