Fix specs for insecure docker env var mappings
It is not possible to set the TRIVY_INSECURE
and TRIVY_NON_SSL
environment variables as nil
by the application logic but since we have a wrong test implementation with mocking, we were able to set those variables as nil
. This MR fixes that.