Branch: refs/heads/master
Home: https://github.com/jenkinsci/snyk-security-scanner-plugin
Commit: 94d6b629fb47da4138762e85ff2499977e52beb2
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/94d6b629fb47da4138762e85ff2499977e52beb2
Author: Pavel Sorokin <[email protected]>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M pom.xml
A src/main/java/io/snyk/jenkins/model/ObjectMapperHelper.java
A src/main/java/io/snyk/jenkins/model/SnykMonitorResult.java
A src/main/java/io/snyk/jenkins/model/SnykTestResult.java
Log Message:
-----------
Add json helper to parse test and monitor results
we use jackson-databind library to json output of snyk test
and monitor commands. Note, that output of snyk test command
can be object or array of objects, so we cannot parse using
pojo mapping approach.
Commit: 7653bb94bba7685467302a16acbbb21c095a44d1
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/7653bb94bba7685467302a16acbbb21c095a44d1
Author: Pavel Sorokin <[email protected]>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java
Log Message:
-----------
Use custom json helper instead of koshuke stapler library
Commit: cb7fff306053a0deb4cf34312806cbebac1f7992
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/cb7fff306053a0deb4cf34312806cbebac1f7992
Author: Pavel Sorokin <[email protected]>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
A src/test/java/io/snyk/jenkins/model/ObjectMapperHelperTest.java
A src/test/resources/fixtures/monitor/snyk_monitor_with_uri.json
A src/test/resources/fixtures/monitor/snyk_monitor_without_uri.json
A
src/test/resources/fixtures/test/multi-module-project/snyk_report_with_vulns.json
A
src/test/resources/fixtures/test/multi-module-project/snyk_report_without_vulns.json
A
src/test/resources/fixtures/test/single-module-project/snyk_report_with_vulns.json
A
src/test/resources/fixtures/test/single-module-project/snyk_report_without_vulns.json
Log Message:
-----------
Add unit tests for unmarshalling json reports
- monitor: with and without defined uri field
- test: single module project with and without vulns
- test: multi module project with and without vulns
Commit: 9220c9603e74fe5525ca5a04860c1035bd07aa34
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/9220c9603e74fe5525ca5a04860c1035bd07aa34
Author: Pavel Sorokin <[email protected]>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M pom.xml
M src/main/java/io/snyk/jenkins/SnykStepBuilder.java
A src/main/java/io/snyk/jenkins/model/ObjectMapperHelper.java
A src/main/java/io/snyk/jenkins/model/SnykMonitorResult.java
A src/main/java/io/snyk/jenkins/model/SnykTestResult.java
M src/main/java/io/snyk/jenkins/workflow/SnykSecurityStep.java
A src/test/java/io/snyk/jenkins/model/ObjectMapperHelperTest.java
A src/test/resources/fixtures/monitor/snyk_monitor_with_uri.json
A src/test/resources/fixtures/monitor/snyk_monitor_without_uri.json
A
src/test/resources/fixtures/test/multi-module-project/snyk_report_with_vulns.json
A
src/test/resources/fixtures/test/multi-module-project/snyk_report_without_vulns.json
A
src/test/resources/fixtures/test/single-module-project/snyk_report_with_vulns.json
A
src/test/resources/fixtures/test/single-module-project/snyk_report_without_vulns.json
Log Message:
-----------
Merge pull request #57 from pavel-snyk/feat/parse-json-with-streaming-api
feat: parse json using steaming API
Compare:
https://github.com/jenkinsci/snyk-security-scanner-plugin/compare/5537653da8b9...9220c9603e74
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/master/553765-9220c9%40github.com.