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
fix: use os.Getenv for CI_JOB_TOKEN to avoid persisting it in attestations
CI_JOB_TOKEN is sensitive and should not be included in the envVars
map that gets persisted in attestations. Read it directly via
os.Getenv instead, while keeping the other non-sensitive reviewer
env vars (CI_PROJECT_PATH, CI_MERGE_REQUEST_PROJECT_PATH) in
ListEnvVars.
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
0 commit comments