Open
Description
We use @azure/storage-blob
in our angular app.
After build, we run security scan and the scanner finds Azurite blob storage emulator connection string in our resulting artifacts chunks
.
The connection string is:
Rd = "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;"
Is there a way to turn this off so that connection string doesn't show up in chunks/artifacts at all?