thomaspoignant / api-scenario

API-scenario is a command-line tool that allows you to execute easily a scenario to test your APIs.
https://github.com/thomaspoignant/api-scenario#api-scenario
The Unlicense
16 stars 3 forks source link

Adding certs into container to make https call available #52

Closed thomaspoignant closed 4 years ago

thomaspoignant commented 4 years ago

Description

We cannot call an http endpoint in the docker image because there is no ca-certificates available in the container scratch.

This PR adds the ca-certificates from the lastest alpine in the scratch container.

Changes include

Closes issue(s)

Resolve #51

Checklist

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information