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 problem is in my-klar-env which contains docker registry creds. It could be a local file which each developer must customize. However it would be nice to make it a part of Travis CI build, so user account must be exposed.
We need it to run tests twice with different env files - with and without docker creds, scanning only public images in the second case.
The text was updated successfully, but these errors were encountered:
This is important part of the test suite, unfortunately, I'm not sure how to make it opensource. My current test is a shell script:
The problem is in
my-klar-env
which contains docker registry creds. It could be a local file which each developer must customize. However it would be nice to make it a part of Travis CI build, so user account must be exposed.We need it to run tests twice with different env files - with and without docker creds, scanning only public images in the second case.
The text was updated successfully, but these errors were encountered: