Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ghazaryan committed Jun 9, 2024
2 parents eaa814e + 7cf83d0 commit ea33908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
platform: linux/amd64 windows/amd64 darwin/amd64
with: |
github.com/GhMartingit/xk6-mongo@${{ github.ref_name }}
- name: Install Go 🧑‍💻
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: actions/setup-go@v3
Expand All @@ -33,6 +34,7 @@ jobs:
- name: Install SPDX tool
run: go install github.com/spdx/tools-golang/bom/cmd/rdf2v1@latest


- name: Generate SBOM
run: rdf2v1 -format tagvalue go.list > sbom.spdx

Expand Down

0 comments on commit ea33908

Please sign in to comment.