Rapid7 has stopped supporting containers as of March 5, 2025. As such, this project will not receive new changes from Rapid7, though pull requests may still be accepted and new releases published on request.
Jenkins plugin for InsightVM Container Image Assessment
More information about InsightVM can be found here: https://www.rapid7.com/products/insightvm/
To use the plugin you will need
- A user account on the Insight Platform with
Read Write
orAdmin
access. - Access to InsightVM.
The plugin may be installed using the plugin manager.
For more information see https://plugins.jenkins.io/rapid7-insightvm-container-assessment
Additionally the plugin can be installed by manually building the hpi
file and uploading to your Jenkins installation.
See https://insightvm.help.rapid7.com/docs/containers-cicd-plugin
To run the plugin locally, cd
to the root directory and invoke:
mvn hpi:run
When the output shows INFO: Jenkins is fully up and running
navigate to http://localhost:8080/jenkins/
and you will see the sandbox jenkins homepage.
- Jenkins plugin tutorial: https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial
- Initial Release