-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: gpd-reporting-analysis housekeeping [PAGOPA-701 ] #3
feat: gpd-reporting-analysis housekeeping [PAGOPA-701 ] #3
Conversation
SonarCloud Quality Gate failed. |
Logger logger = Logger.getLogger("testlogging"); | ||
|
||
String storageConnectionString = String.format( | ||
"DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://%s:%s/devstoreaccount1;TableEndpoint=http://%s:%s/devstoreaccount1", |
Check failure
Code scanning / SonarCloud
Azure Storage Account Keys should not be disclosed
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.
Alert dismissed because storageConnectionString
is the emulator connection string value, used only for local test.
For more info see: https://learn.microsoft.com/en-us/azure/storage/common/storage-use-emulator
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.
great work 💪
List of Changes
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: