-
Notifications
You must be signed in to change notification settings - Fork 241
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
[5.x] Update JFrog Reference Token #1099
Conversation
@@ -146,7 +146,7 @@ subprojects { | |||
url "https://cardinalcommerceprod.jfrog.io/artifactory/android" | |||
credentials { | |||
username 'braintree_team_sdk' | |||
password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp' | |||
password 'cmVmdGtuOjAxOjIwMzgzMzI5Nzg6Q3U0eUx5Zzl5TDFnZXpQMXpESndSN2tBWHhJ' |
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.
❗Cycode: Secret of type: 'Artifactory Api Token' was found.
Severity: Critical
Description
Artifactory is a binary repository management platform that allows businesses to manage and store their software artifacts. To use the Artifactory API, an API token is required.
Would you like to exclude this secret from your status checks?
Tell us what to do with one of the following hashtags:
Tag | Short Description |
---|---|
#cycode_secret_ignore_here | Applies to this request only |
@@ -820,7 +820,7 @@ repositories { | |||
url "https://cardinalcommerceprod.jfrog.io/artifactory/android" | |||
credentials { | |||
username 'braintree_team_sdk' | |||
password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp' | |||
password 'cmVmdGtuOjAxOjIwMzgzMzI5Nzg6Q3U0eUx5Zzl5TDFnZXpQMXpESndSN2tBWHhJ' |
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.
❗Cycode: Secret of type: 'Artifactory Api Token' was found.
Severity: Critical
Description
Artifactory is a binary repository management platform that allows businesses to manage and store their software artifacts. To use the Artifactory API, an API token is required.
Would you like to exclude this secret from your status checks?
Tell us what to do with one of the following hashtags:
Tag | Short Description |
---|---|
#cycode_secret_ignore_here | Applies to this request only |
@@ -865,7 +865,7 @@ repositories { | |||
url "https://cardinalcommerceprod.jfrog.io/artifactory/android" | |||
credentials { | |||
username 'braintree_team_sdk' | |||
password 'AKCp8jQcoDy2hxSWhDAUQKXLDPDx6NYRkqrgFLRc3qDrayg6rrCbJpsKKyMwaykVL8FWusJpp' | |||
password 'cmVmdGtuOjAxOjIwMzgzMzI5Nzg6Q3U0eUx5Zzl5TDFnZXpQMXpESndSN2tBWHhJ' |
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.
❗Cycode: Secret of type: 'Artifactory Api Token' was found.
Severity: Critical
Description
Artifactory is a binary repository management platform that allows businesses to manage and store their software artifacts. To use the Artifactory API, an API token is required.
Would you like to exclude this secret from your status checks?
Tell us what to do with one of the following hashtags:
Tag | Short Description |
---|---|
#cycode_secret_ignore_here | Applies to this request only |
Summary of changes
v4
: [4.x] Update JFrog Reference Token #1103Checklist
- [ ] Added a changelog entry- [ ] Relevant test coverageAuthors
@sshropshire