License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.softwaresecured.reshift |
ArtifactId | ArtifactIdmaven-plugin |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReshift-Reporter-Plugin
A maven plugin that allows for maven and gradle project (Java based) to be scanned for security vulnerabilities. The generated report is published to to a central private server @ reshift.reshiftsecurity.com in which users that have access to the projects can view security reports and perform other developer actions
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-plugin-1.2.0.pom | |
maven-plugin-1.2.0.jar | 26 MB |
maven-plugin-1.2.0-sources.jar | 261 bytes |
maven-plugin-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaresecured.reshift/maven-plugin/ -->
<dependency>
<groupId>com.softwaresecured.reshift</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaresecured.reshift/maven-plugin/
implementation 'com.softwaresecured.reshift:maven-plugin:1.2.0'
// https://jarcasting.com/artifacts/com.softwaresecured.reshift/maven-plugin/
implementation ("com.softwaresecured.reshift:maven-plugin:1.2.0")
'com.softwaresecured.reshift:maven-plugin:jar:1.2.0'
<dependency org="com.softwaresecured.reshift" name="maven-plugin" rev="1.2.0">
<artifact name="maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaresecured.reshift', module='maven-plugin', version='1.2.0')
)
libraryDependencies += "com.softwaresecured.reshift" % "maven-plugin" % "1.2.0"
[com.softwaresecured.reshift/maven-plugin "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs-maven-plugin | jar | 4.2.2 |
com.kstruct : gethostname4j | jar | 0.0.2 |
commons-io : commons-io | jar | 2.6 |
org.capnproto : runtime | jar | 0.1.3 |
org.eclipse.jgit : org.eclipse.jgit | jar | 5.1.3.201810200350-r |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
com.google.guava : guava | jar | 27.0-jre |
com.squareup.okhttp3 : okhttp | jar | 3.13.1 |
org.apache.maven : maven-plugin-api | jar | 3.5.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 3.5.0 |
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |