Security Vulnerabilities with the latest docker image
Yogesh-BK opened this issue · 4 comments
Yogesh-BK commented
The latest docker image for pact-broker contains security vulnerabilities.
I have already (please mark the applicable with an x
):
- Upgraded to the latest Pact Broker OR
- Checked the CHANGELOG to see if the issue I am about to raise has been fixed
- Created an executable example that demonstrates the issue using either a:
- Dockerfile
- Git repository with a Travis or Appveyor (or similar) build
Software versions
- pact-broker docker version: eg latest
- OS: e.g. Mac OSX 13.1
Expected behaviour
Docker image with no security vulnerabilities
Actual behaviour
Docker image which contains security vulnerabilities (including high and medium)
Steps to reproduce
1. Install a tool named [trivy](https://github.com/aquasecurity/trivy) which is used to scan docker images for security vulnerabilities.
2. Scan the pact broker image for vulnerabilities with the below command
trivy image pactfoundation/pact-broker:latest
3. This will give the vulnerabilities
Scan Result | Security Vulnerabilities
bethesque commented
Due to an issue in the build, the latest
tag has not been updated correctly. Please use the actual most recent tag, which is 2.106.0.1
.
Yogesh-BK commented
github-actions commented
👋 Thanks, this ticket has been added to the PactFlow team's backlog as PACT-704
bethesque commented
The latest image is out with updated ruby/alpine.