Skip to content

initial workflow tests #51

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant