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
If the image uses a secret the value of the secret is leaked in the github comment.
In the example image below the image reference leaks the value of secrets (if they are used for the image name).
In case a secret is used as part of the image name the image reference should display *** for the secrets instead of leaking them.
some examples: ***/scout-demo-service:main, docker/scout-demo-service:***, ***/***:latest
The text was updated successfully, but these errors were encountered:
pozsa
changed the title
feature request: do not leak image names in github comments that use secrets
feature request: do not leak image names that use secrets in github comments
Jul 12, 2023
If the
image
uses a secret the value of the secret is leaked in the github comment.In the example image below the
image reference
leaks the value of secrets (if they are used for the image name).In case a secret is used as part of the image name the image reference should display
***
for the secrets instead of leaking them.some examples:
***/scout-demo-service:main
,docker/scout-demo-service:***
,***/***:latest
The text was updated successfully, but these errors were encountered: