-
Notifications
You must be signed in to change notification settings - Fork 0
Newsecrets #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Newsecrets #5
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| const SEC_1 = "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" | ||
| const SEC_2 = "eyJrIjoiNUwyZU7TMmRxQXNVcnR7UXB0ME4zYkhRaTk2STVhR0MiLCJuIjoidGVtcCIsImlkIjoxfQ==" | ||
| const SEC_3 = "dsapi45202d12abdce73c004a9e0be24a21b2" | ||
| const AWS_User=Admin | ||
| const AWSUser_Password="idsuhgpry9349ge485rgh5gn594g45" | ||
| const CIRCLE_CI = "2065ae463be5e534bb1d074a366d44e7a776d472" | ||
| const JIRA = "5FP0NmFYz81U32XdjNb42762" | ||
| SEC_1 = "ghp_3xyKmc3fgfuhireuhgdeag" | ||
| SEC_2 = "eyJrIjoiNUwyZU7TMmRxQXNVcnR7UXB0ME4zYkhRaTk2STVhR0MiLCJuIjoidGVtcCIsImlkIjoxfQ==" | ||
| SEC_3 = "dsapi45202d12abdce73c004a9e0be24a21b2" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| AWS_User=Admin | ||
| AWSUser_Password="idsuhgpry9349ge485rgh5gn594g45" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| CI = "2065ae463be5e534gnedribguirdegd44e7a776d472" | ||
| JIRA = "5FP0NmFYz81fgjdefguhreb42762" | ||
| provider "aws" { | ||
| # checkov:skip=CKV_SECRET_2:nah | ||
| access_key = "AKIAIOSFODNN7EXAMPLE" | ||
| secret_key = "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" | ||
| checkov:skip=CKV_SECRET_2:nah | ||
| access_key = "AKIAIOSfgherygh" | ||
| secret_key = "wJalrXUtnFEMI/K7MDfgkedrgjCYEXAMAAAKEY" | ||
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| const CIRCLE_CI = "2065ae463be5e534bb1d074a366d44e7a776d472" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| const JIRA = "5FP0NmFYz81U32XdjNb42762" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| provider "aws" { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| # checkov:skip=CKV_SECRET_2:nah | ||
| access_key = "AKIAIOSFODNN7EXAMPLE" | ||
| secret_key = "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" | ||
|
Comment on lines
+3
to
+4
Check failureCode scanning / checkov AWS Access Key
AWS Access Key
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| } | ||
|
Comment on lines
+1
to
+5
Check failureCode scanning / checkov AWS access keys and secrets are hard coded in infrastructure
AWS access keys and secrets are hard coded in infrastructure
Comment on lines
+4
to
+5
Check noticeCode scanning / checkov Base64 High Entropy String
Base64 High Entropy String
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| provider "aws" { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| access_key = "AKIAIOSFODNN7EXAMPLE" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| secret_key = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMAAAKEY" | ||
|
Comment on lines
+2
to
+3
Check failureCode scanning / checkov AWS Access Key
AWS Access Key
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| } | ||
|
Comment on lines
+1
to
+4
Check failureCode scanning / checkov AWS access keys and secrets are hard coded in infrastructure
AWS access keys and secrets are hard coded in infrastructure
Comment on lines
+3
to
+4
Check noticeCode scanning / checkov Base64 High Entropy String
Base64 High Entropy String
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resource: f9211d97d53b71f98c81ca5fe8aad09ad956e7c1 | Bridgecrew ID:
BC_GIT_6| Checkov ID: CKV_SECRET_6Description
Entropy checks help detect unstructured secrets by measuring the entropy level of a single string. Entropy is a concept used to assign a numerical score to how unpredictable a password is or the likelihood of highly random data in a string of characters. Strings with a high entropy score are flagged as suspected secrets.