Skip to content
New issue

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

feat: bump snyk-docker-plugin to include openjdk analyser fix #365

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

leongold
Copy link
Contributor

@leongold leongold commented Feb 13, 2019

commit 7f41eac1e3a introduced a change to snyk-docker-plugin
where the subprocess module would return both stdout and stderr.

unfortunately, due to backward compatibility considerations,
java's "-version" command outputs strictly to stderr; naively,
we were looking for stdout.

(https://stackoverflow.com/questions/17968856/redirect-to-stdout-in-bash)

the fix in snyk-docker-plugin propagates both stdout and stderr
for further parsing.

  • Ready for review
  • Follows CONTRIBUTING rules
  • Reviewed by Snyk internal team

commit 7f41eac1e3a introduced a change to snyk-docker-plugin
where the subprocess module would return both stdout and stderr.

unfortunately, due to backward compatibility considerations,
java's "-version" command outputs strictly to stderr; naively,
we were looking for stdout.

(https://stackoverflow.com/questions/17968856/redirect-to-stdout-in-bash)

the fix in snyk-docker-plugin propagates both stdout and stderr
for further parsing.
@leongold leongold changed the title feat: bump snyk-docker-plugin to include java fix feat: bump snyk-docker-plugin to include openjdk analyser fix Feb 13, 2019
@leongold leongold merged commit 61fd0bd into master Feb 13, 2019
@darmalovan darmalovan deleted the feat/bump-version branch February 13, 2019 15:34
@snyksec
Copy link

snyksec commented Feb 13, 2019

🎉 This PR is included in version 1.129.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants