Skip to content

Commit 5d7beff

Browse files
this should trigger shit
1 parent d440f58 commit 5d7beff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sampleTerraformFile.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ locals {
1515
}
1616

1717
##################################################################
18-
# Insecure provider block with hardcoded AWS credentials
19-
# (should be retrieved from environment variables or a secure store)
18+
# we do this in production
19+
# do the lalalalalala
2020
##################################################################
2121
provider "aws" {
2222
region = "us-east-1"
23-
access_key = "AKIA123456789EXAMPLE" # Vulnerability: Hardcoded AWS access key
24-
secret_key = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" # Vulnerability: Hardcoded AWS secret key
23+
access_key = "AKIA123456789EXAMPLE"
24+
secret_key = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
2525
}
2626

2727
##################################################################

0 commit comments

Comments
 (0)