Skip to content

Commit

Permalink
fix: go path within the action
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucian committed Jul 14, 2023
1 parent a385c59 commit 52556e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/sbom-generator-cyclonedx-golang/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Set up Go environment
shell: bash
run: export PATH=$PATH:$(go env GOPATH)/bin

- name: Generate CycloneDX document
working-directory: ./fixtures/golang
shell: bash
Expand Down

0 comments on commit 52556e6

Please sign in to comment.