Skip to content

Commit

Permalink
fixes triat#41 aquasecurity name change (triat#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostinthewires authored Jul 12, 2021
1 parent 887eeaa commit bbe6037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ fi

# grab tfsec from GitHub (taken from README.md)
if [[ -n "$INPUT_TFSEC_VERSION" ]]; then
env GO111MODULE=on go install github.com/tfsec/tfsec/cmd/tfsec@"${INPUT_TFSEC_VERSION}"
env GO111MODULE=on go install github.com/aquasecurity/tfsec/cmd/tfsec@"${INPUT_TFSEC_VERSION}"
else
env GO111MODULE=on go get -u github.com/tfsec/tfsec/cmd/tfsec
env GO111MODULE=on go get -u github.com/aquasecurity/tfsec/cmd/tfsec
fi

if [[ -n "$INPUT_TFSEC_EXCLUDE" ]]; then
Expand Down

0 comments on commit bbe6037

Please sign in to comment.