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

Add new parser for Trivy #711

Merged
merged 77 commits into from
Jan 4, 2021
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
0590985
Add ot-docker-lint.
uhafner Dec 9, 2020
1515f60
Update documentation of reference builds.
uhafner Dec 9, 2020
1e3b9d3
Update forensics screen shot.
uhafner Dec 9, 2020
e36b563
Add @POST for all doFill methods.
uhafner Dec 11, 2020
1e3629a
Add permission checks for all list models.
uhafner Dec 11, 2020
3ae6e4e
Fix unit test.
uhafner Dec 11, 2020
afb891e
Update package-lock.json with latest version of fsevents.
uhafner Dec 11, 2020
69b1027
Simplify test.
uhafner Dec 11, 2020
fb8eb72
Add ot-docker-lint.
uhafner Dec 9, 2020
628c4f6
Update documentation of reference builds.
uhafner Dec 9, 2020
43a34b9
Update forensics screen shot.
uhafner Dec 9, 2020
fb21dfc
parser registration for TrivyParser
tofuatjava Dec 11, 2020
0e54ba9
Bump version of plugin-utils to 1.6.0.
uhafner Dec 12, 2020
5980537
Improve naming of checkboxes. Remove descriptions.
uhafner Dec 12, 2020
bf22442
Merge pull request #712 from jenkinsci/checkbox-names
uhafner Dec 12, 2020
4451095
Ignore warning.
uhafner Dec 12, 2020
170f07a
[ImgBot] Optimize images
ImgBotApp Dec 12, 2020
2e203e6
Merge pull request #710 from jenkinsci/post-for-doFill
uhafner Dec 12, 2020
e1a43dd
Merge pull request #713 from jenkinsci/imgbot
uhafner Dec 12, 2020
a44ec8f
Bump codecov/codecov-action from v1.0.15 to v1.1.0
dependabot[bot] Dec 18, 2020
6b55400
Merge pull request #715 from jenkinsci/dependabot/github_actions/code…
uhafner Dec 20, 2020
aa1ac79
Improve documentation of forensics part.
uhafner Dec 20, 2020
57f357d
Bump xmlunit-assertj from 2.8.1 to 2.8.2
dependabot[bot] Dec 22, 2020
c345a63
Bump codecov/codecov-action from v1.1.0 to v1.1.1
dependabot[bot] Dec 22, 2020
81d2844
Also check for permissions in `check` methods.
uhafner Dec 22, 2020
4d8c8d7
Bump version of plugin-util to 1.6.1.
uhafner Dec 22, 2020
1a649ad
Merge pull request #718 from jenkinsci/dependabot/github_actions/code…
uhafner Dec 22, 2020
a9ca6b4
Merge pull request #717 from jenkinsci/dependabot/maven/org.xmlunit-x…
uhafner Dec 22, 2020
9706ae6
Fix test due to added security.
uhafner Dec 22, 2020
be6a9ab
Ignore PMD warnings.
uhafner Dec 23, 2020
11841d9
Merge pull request #719 from jenkinsci/add-permission-for-check-methods
uhafner Dec 23, 2020
b755a62
Fix checkbox titles.
uhafner Dec 23, 2020
f7f5b3e
Improve naming of test.
uhafner Dec 23, 2020
f34574d
Add test for withChecks support
mrginglymus Dec 26, 2020
c37169c
Support withChecks
mrginglymus Dec 26, 2020
4110deb
Update readme
mrginglymus Dec 26, 2020
5770309
Satisfy linters
mrginglymus Dec 26, 2020
437485d
Adapt UI tests with `skipBlames` property.
uhafner Dec 27, 2020
2760708
Fix several warnings.
uhafner Dec 28, 2020
a5b6a28
Fix trend chart tests.
uhafner Dec 28, 2020
1521740
Fix assertion names.
uhafner Dec 28, 2020
c5b63d7
Revert UI tests to 2.249.3.
uhafner Dec 28, 2020
8019fcb
Fix PMD warning.
uhafner Dec 28, 2020
97b1ce0
Check for permissions in all `check` methods.
uhafner Dec 28, 2020
6ac19f3
Call super() in constructor.
uhafner Dec 28, 2020
36ee313
Pass around checksInfo, not checksName; support recordIssues
mrginglymus Dec 28, 2020
979f792
Add test for withChecks/recordIssues
mrginglymus Dec 28, 2020
aebea16
Bump release-drafter/release-drafter from v5.12.1 to v5.13.0
dependabot[bot] Dec 28, 2020
18f7e04
Improve layout of checks markup.
uhafner Dec 28, 2020
83811d5
Merge pull request #723 from jenkinsci/dependabot/github_actions/rele…
uhafner Dec 28, 2020
435ff9e
Use varargs when formatting columns.
uhafner Dec 29, 2020
70aa86d
Add reference build to summary.
uhafner Dec 29, 2020
a07250b
Add option to publishing all or new issues.
uhafner Dec 29, 2020
c46e911
Review feedback
mrginglymus Dec 29, 2020
1048de1
Fix PMD warnings.
uhafner Dec 29, 2020
f641419
Merge pull request #721 from mrginglymus/with-checks
uhafner Dec 29, 2020
92acf00
Merge remote-tracking branch 'origin/master' into checks-refresh-ui
uhafner Dec 29, 2020
8cc24ca
Add missing properties for `recordIssues` step.
uhafner Dec 30, 2020
804d1f6
Add new property `publishAllIssues` in documentation.
uhafner Dec 30, 2020
9c1dcce
Fix PMD warnings.
uhafner Dec 30, 2020
c6c0285
Merge pull request #724 from jenkinsci/checks-refresh-ui
uhafner Dec 30, 2020
878994b
Bump version of forensics API plugin to 0.8.0.
uhafner Dec 30, 2020
1da986a
Update release script to use minor version as next one.
uhafner Dec 30, 2020
6142a8d
[maven-release-plugin] prepare release v8.5.0
uhafner Dec 30, 2020
ae2b155
[maven-release-plugin] prepare for next development iteration
uhafner Dec 30, 2020
91ee254
fix analysis issues
tofuatjava Jan 1, 2021
2466b4b
add incremental release for analysis-module
tofuatjava Jan 1, 2021
394750e
parser registration for TrivyParser
tofuatjava Dec 11, 2020
2e56375
fix analysis issues
tofuatjava Jan 1, 2021
0e66aa2
add incremental release for analysis-module
tofuatjava Jan 1, 2021
87dae26
merged
tofuatjava Jan 1, 2021
aa61d12
fix indentation & add missinf javadoc
tofuatjava Jan 1, 2021
ae30a6e
increase version
tofuatjava Jan 3, 2021
1559d31
checkstyle: First sentence should end with a period.
tofuatjava Jan 3, 2021
aaa434c
bind to released version of analysis-model(-api)
tofuatjava Jan 3, 2021
0df5769
imporve code base after review
tofuatjava Jan 4, 2021
586a2bd
adding licensing information about trivy icons and improve based on
tofuatjava Jan 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<artifactId>warnings-ng</artifactId>
<packaging>hpi</packaging>
<name>Warnings Next Generation Plugin</name>
<version>8.5.0</version>
<version>${revision}${changelist}</version>

<description>Jenkins Warnings Next Generation plugin collects compiler warnings or issues reported by static
analysis tools and visualizes the results. It has built-in support for numerous static analysis tools
@@ -21,7 +21,7 @@
<url>https://github.com/jenkinsci/warnings-ng-plugin</url>

<properties>
<revision>8.5.0</revision>
<revision>8.6.0</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.warnings.ng</module.name>
@@ -736,7 +736,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>v8.5.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>