Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/checkmarx-ast-scanner-plugin
Jenkins Plugin for AST
https://github.com/jenkinsci/checkmarx-ast-scanner-plugin
checkmarx checkmarx-ast jenkins-plugin plugins
Last synced: 3 months ago
JSON representation
Jenkins Plugin for AST
- Host: GitHub
- URL: https://github.com/jenkinsci/checkmarx-ast-scanner-plugin
- Owner: jenkinsci
- License: mit
- Created: 2022-01-27T03:56:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T22:50:03.000Z (3 months ago)
- Last Synced: 2024-09-30T05:47:01.226Z (3 months ago)
- Topics: checkmarx, checkmarx-ast, jenkins-plugin, plugins
- Language: Java
- Homepage: https://plugins.jenkins.io/checkmarx-ast-scanner/
- Size: 30.2 MB
- Stars: 2
- Watchers: 2
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Install][install-shield]][install-url]
[![APACHE License][license-shield]][license-url]
AST-JENKINS-PLUGIN
Allows the user to scan their source code using Checkmarx AST platform and provide the results as a feedback.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## About The Project
The CxOne/CxAST Jenkins Plugin allows the user to trigger SAST, SCA and IaC and API Security scans directly from a Jenkins workflow.
It provides a wrapper around the CxOne CLI Tool which creates a zip archive from your source code repository and uploads
it to CxOne for scanning. The plugin provides easy integration into Jenkins while enabling scan customization using the
full functionality and flexibility of the CLI tool.## Getting Started
The plugin can be configured as build step within the Job Configuration.
### Prerequisites
- A Jenkins installation v2.263.1 or above
- Access to a CxOne account (user credentials or an API Key)
### Setting Up
To set the plugin up, follow this [Instructions](https://checkmarx.com/resource/documents/en/34965-68687-checkmarx-one-jenkins-plugin---installation-and-initial-setup.html)## Usage
To see how you can use our tool, please refer to the [Documentation](https://checkmarx.com/resource/documents/en/34965-68685-checkmarx-one-jenkins-plugin.html)
## Contribution
- Review the default [CONTRIBUTING](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md) file and make sure it is appropriate for your plugin, if not then add your own one adapted from the base file
- Refer to our [contribution guidelines](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md)
## License
Distributed under the [MIT](LICENSE). See `LICENSE` for more information.## Contact
Checkmarx - CxOne Integrations Team
Find more integrations from our team [here](https://github.com/Checkmarx/ci-cd-integrations#checkmarx-ast-integrations)
© 2024 Checkmarx Ltd. All Rights Reserved.
[contributors-shield]: https://img.shields.io/github/contributors/jenkinsci/checkmarx-ast-scanner-plugin.svg
[contributors-url]: https://github.com/jenkinsci/checkmarx-ast-scanner-plugin/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/jenkinsci/checkmarx-ast-scanner-plugin.svg
[forks-url]: https://github.com/jenkinsci/checkmarx-ast-scanner-plugin/network/members
[stars-shield]: https://img.shields.io/github/stars/jenkinsci/checkmarx-ast-scanner-plugin.svg
[stars-url]: https://github.com/jenkinsci/checkmarx-ast-scanner-plugin/stargazers
[issues-shield]: https://img.shields.io/github/issues/jenkinsci/checkmarx-ast-scanner-plugin.svg
[issues-url]: https://github.com/jenkinsci/checkmarx-ast-scanner-plugin/issues
[license-shield]: https://img.shields.io/github/license/jenkinsci/checkmarx-ast-scanner-plugin.svg
[license-url]: https://github.com/jenkinsci/checkmarx-ast-scanner-plugin/blob/main/LICENSE
[install-shield]: https://img.shields.io/jenkins/plugin/i/checkmarx-ast-scanner
[install-url]: https://plugins.jenkins.io/checkmarx-ast-scanner/