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

initial workflow tests #51

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

initial workflow tests #51

wants to merge 18 commits into from

Conversation

akshaya-a
Copy link
Owner

No description provided.


with DaprClient() as dapr_client:
secret_response = dapr_client.get_secret(SECRET_STORE, CONFIGURATION_KEY)
print(secret_response)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
content = os.path.expandvars(content)
with open(target_secret_spec, "w") as f:
f.write(content)
_logger.info(f"Generated secret store spec at {target_secret_spec}")

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High test

This expression logs
sensitive data (secret)
as clear text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant