Skip to content
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

test: adding super secret AWS key #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions src/assets/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"aws_access_key_id": "AKIA6KJQR5EGTCVYCLKT",
"aws_secret_access_key": "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",

Check failure on line 3 in src/assets/index.json

View check run for this annotation

Wiz Inc. (a80a799f20) / Wiz Secret Scanner

Secret found: Cloud Key

SHA256: 777388e31882de20779716420778cd15daee3b0fcf4ebc4a852e132f1ac1cb4f Key Type: AWS Secret Access Key Long Term Expiry: No Provider ID: AKIA6KJQR5EGTCVYCLKT

Check failure on line 3 in src/assets/index.json

View check run for this annotation

Wiz Inc. (16e6587d20) / Wiz Secret Scanner

Secret found: Cloud Key

SHA256: 777388e31882de20779716420778cd15daee3b0fcf4ebc4a852e132f1ac1cb4f Key Type: AWS Secret Access Key Long Term Expiry: No Provider ID: AKIA6KJQR5EGTCVYCLKT
"id": "f4e23cf0-2f78-4077-8ad8-cbb2d563985f",
"name": "Wiz Environment Variables",
"values": [
{
"key": "CLIENT_ID",
"value": "gDPy8jPAizfmqB$?T",
"enabled": true
},
{
"key": "CLIENT_SECRET",
"value": "De7A5C@F8rp#oHCsE6?Gd@8fQ$yMEq4tn9h!AB?p",
"enabled": true
},
{
"key": "endpoint_url",
"value": "https://api.demo.wiz.io/graphql",
"enabled": true
},
{
"key": "access_token",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-06-20T12:07:37.831Z",
"_postman_exported_using": "Postman/8.3.0"
}