Skip to content

Fix specs for insecure docker env var mappings

Mehmet Emin INAC requested to merge fix_specs into master

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.

Merge request reports

Loading