Skip to content

Commit

Permalink
fix: remove vendor flag from releaser (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney authored Feb 18, 2022
1 parent 7b16e65 commit cd5d8f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ builds:
- id: tfsec
main: ./cmd/tfsec
binary: tfsec
flags:
- -mod=vendor
ldflags:
- "-X github.com/aquasecurity/tfsec/version.Version={{.Tag}} -s -w -extldflags '-fno-PIC -static'"
env:
Expand Down

0 comments on commit cd5d8f1

Please sign in to comment.