Skip to content

Commit

Permalink
Add nosec comment to bypass G101 security warning in metricsforwarder…
Browse files Browse the repository at this point in the history
… config test
  • Loading branch information
bonzofenix committed Aug 9, 2024
1 parent 5c73f35 commit 75dcb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoscaler/metricsforwarder/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ cred_helper_impl: default
"tags": ["postgres","postgresql","relational"]
}
]
}`
}` // #nosec G101

os.Setenv("VCAP_APPLICATION", "{}")
os.Setenv("VCAP_SERVICES", vcapServices)
Expand Down

0 comments on commit 75dcb82

Please sign in to comment.