We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cc03e commit 50b0c86Copy full SHA for 50b0c86
.github/workflows/build-x86-image.yaml
@@ -58,10 +58,7 @@ jobs:
58
59
- name: Install gosec
60
run: |
61
- curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | \
62
- sed 's#giturl=.*#giturl="https://api.github.com/repos/${owner_repo}/releases/tags/${version}"#' | \
63
- sed 's#tag_name":"#tag_name": *"#' | \
64
- sh -s -- -b $(go env GOPATH)/bin 'v${{ env.GOSEC_VERSION }}'
+ curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin 'v${{ env.GOSEC_VERSION }}'
65
66
- name: Build
67
0 commit comments