Skip to content

Commit

Permalink
use github path
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 7, 2024
1 parent 83e6744 commit 2b11103
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bump-sec-scanners-config-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,11 @@ jobs:
shell: bash
run: |
go install github.com/mikefarah/yq/v4@latest
PATH=$PATH:$(go env GOPATH)/bin
echo PATH="${PATH}">> $GITHUB_ENV
echo $PATH
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Render sec-scanners-config.yaml
env:
VERSION: ${{ inputs.VERSION }}
PATH: ${{ env.PATH }}
shell: bash
# Where ever you use this workflow, the script hack/scripts/render-sec-scanners-config.sh must exist.
run: |
Expand Down

0 comments on commit 2b11103

Please sign in to comment.