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
the current sny image uses kubectl to read a secret with a known name to find out the token to use when running the snyk cli
a better approach would to support reading the token from env or from a file within the local system; this would allow penny to use env or volumeMounts on her pipeline spec. This would also making reading a secret with a known name redundant, so we can remove it.
tasks
support for getting the token from a environment variable
support for getting the token from a volumeMount
drop support from reading from a known secret
update docs
bump the version and release a new image
The text was updated successfully, but these errors were encountered:
the current sny image uses
kubectl
to read a secret with a known name to find out the token to use when running the snyk clia better approach would to support reading the token from env or from a file within the local system; this would allow penny to use
env
orvolumeMounts
on her pipeline spec. This would also making reading a secret with a known name redundant, so we can remove it.tasks
The text was updated successfully, but these errors were encountered: