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
npm is complaining about it not being able to verify the SSL certificate. Hence it would be nice if I could either inject SSL certificates, run a npm set strict-ssl false as fallback before the dockerfile_lint or having the work done in this PR fallback to an insecure HTTPS automatically. I could of course build my own image, but I imagine that I am not the only one with this usecase.
The text was updated successfully, but these errors were encountered:
My own Git is protected by some custom SSL certificate. If I run
npm is complaining about it not being able to verify the SSL certificate. Hence it would be nice if I could either inject SSL certificates, run a
npm set strict-ssl false as fallback
before the dockerfile_lint or having the work done in this PR fallback to an insecure HTTPS automatically. I could of course build my own image, but I imagine that I am not the only one with this usecase.The text was updated successfully, but these errors were encountered: