Skip to content

Commit ceaa402

Browse files
committed
Disable linting of fake secret
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 8c2a454 commit ceaa402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provisioner/terraform/provision_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ func TestProvision(t *testing.T) {
298298

299299
// nolint:paralleltest
300300
func TestProvision_ExtraEnv(t *testing.T) {
301+
// #nosec
301302
secretValue := "oinae3uinxase"
302303
t.Setenv("TF_LOG", "INFO")
303304
t.Setenv("TF_SUPERSECRET", secretValue)

0 commit comments

Comments
 (0)