Skip to content

Commit

Permalink
updating makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmfwolf committed Jul 11, 2023
1 parent 7513868 commit 187df3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ build:
go build './...'

test:
go install github.com/jpoles1/[email protected]
gopherbadger -md="readme.md" -png=false
go test -v ./tests/...

secure:
# or install it into ./bin/
curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s
./bin/gosec -exclude=G104 ./...

link:
ln -s ${GOPATH}/src/github.com/onelogin/onelogin-go-sdk .
ln -s ${GOPATH}/src/github.com/onelogin/onelogin-go-sdk/v4 v4/

0 comments on commit 187df3f

Please sign in to comment.