Skip to content

Commit

Permalink
add security workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Apr 27, 2021
1 parent beb908a commit 25c4b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: actions/setup-go@v2
- name: Install Gosec
run: |
export GO111MODULE=on
export PATH=${PATH}:`go env GOPATH`/bin
go get -u github.com/securego/gosec/v2/cmd/gosec
# -----
Expand Down

0 comments on commit 25c4b87

Please sign in to comment.