We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The image used to build yq seems to have high security vulnerability.
yq
version of yq: Tested latest and 3
latest
3
Input Yaml
N/A
Command
Actual behavior
Expected behavior
Additional context
It's likely that all that's needed is to bump the alpine minor version of alpine image used here from 3.8 to 3.12.
3.8
3.12
Screenshot
Happy to submit a PR for this.
The text was updated successfully, but these errors were encountered:
Nice - I'd accept a PR :)
Sorry, something went wrong.
fix(image): bump alpine image minor version
7fa2835
This is to patch a high security vulnerability. Closes #550 Signed-off-by: Peter Benjamin <petermbenjamin@gmail.com>
Successfully merging a pull request may close this issue.
Describe the bug
The image used to build
yq
seems to have high security vulnerability.version of yq:
Tested
latest
and3
Input Yaml
N/A
Command
N/A
Actual behavior
N/A
Expected behavior
N/A
Additional context
It's likely that all that's needed is to bump the alpine minor version of alpine image used here from
3.8
to3.12
.Screenshot
Happy to submit a PR for this.
The text was updated successfully, but these errors were encountered: