Skip to content

Commit

Permalink
test root and experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba committed Jan 8, 2024
1 parent 9692260 commit b96d14f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
# - name: Build 🔧
# run: npm run compile

- uses: anchore/sbom-action@v0
with:
path: ./
artifact-name: root.spdx.json

- uses: anchore/sbom-action@v0
with:
path: ./api/
Expand All @@ -41,3 +46,8 @@ jobs:
with:
path: ./packages/opentelemetry-core/
artifact-name: core.spdx.json

- uses: anchore/sbom-action@v0
with:
path: ./experimental/packages/opentelemetry-sdk-node/
artifact-name: sdk-node.spdx.json

0 comments on commit b96d14f

Please sign in to comment.