vmware / terraform-provider-vmc

Terraform Provider for VMware Cloud on AWS
https://registry.terraform.io/providers/vmware/vmc/
Mozilla Public License 2.0
24 stars 27 forks source link

fix: nosec g101 #270

Closed tenthirtyam closed 1 month ago

tenthirtyam commented 1 month ago

In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.

Summary of Pull Request

Ignore false positive seen in vmc/constants/constants.go:18:2 as a "G101: Potential hardcoded credentials" by the gosec linter.

➜ golangci-lint run
vmc/constants/constants.go:18:2: G101: Potential hardcoded credentials (gosec)
        CspTokenURLSuffix string = "/csp/gateway/am/api/auth/token"
        ^

Type of Pull Request

Related to Existing Issues

Issue Number: N/A

Test and Documentation Coverage

For bug fixes or features:

Breaking Changes?