mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #15634 from fossabot/master
Add license scan report and status
This commit is contained in:
commit
870617d22d
@ -3,6 +3,7 @@ Terraform
|
||||
|
||||
- Website: https://www.terraform.io
|
||||
- [](https://gitter.im/hashicorp-terraform/Lobby)
|
||||
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhashicorp%2Fterraform?ref=badge_shield)
|
||||
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
|
||||
|
||||

|
||||
@ -159,3 +160,7 @@ For example, run the following command to build terraform in a linux-based conta
|
||||
```sh
|
||||
docker run --rm -v $(pwd):/go/src/github.com/hashicorp/terraform -w /go/src/github.com/hashicorp/terraform -e XC_OS=darwin -e XC_ARCH=amd64 golang:latest bash -c "apt-get update && apt-get install -y zip && make bin"
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhashicorp%2Fterraform?ref=badge_large)
|
Loading…
Reference in New Issue
Block a user