You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
GitHub secrets are automatically masked in the action logs, but setting action_comment to true for e.g. cdk synth prints the real secret values directly inside the PR comment.
This can be a security issue if someone uses a secret used in e.g. a lambda function env vars without realizing this will be automatically printed in a PR comment.
The text was updated successfully, but these errors were encountered:
Not recommending this shouldn't be fixed (if it can) but just a word of caution: if you're putting secrets into environment variables in plain text then anybody with access to the Lambda is going to be able to read them.
It's recommended that you use either Secrets Manager or Parameter Store to keep the values truly secure.
GitHub secrets are automatically masked in the action logs, but setting
action_comment
totrue
for e.g.cdk synth
prints the real secret values directly inside the PR comment.This can be a security issue if someone uses a secret used in e.g. a lambda function env vars without realizing this will be automatically printed in a PR comment.
The text was updated successfully, but these errors were encountered: