Closed tenthirtyam closed 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.
vmc/constants/constants.go:18:2
gosec
➜ 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?
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 thegosec
linter.Type of Pull Request
Related to Existing Issues
Issue Number: N/A
Test and Documentation Coverage
For bug fixes or features:
Breaking Changes?