https://github.com/optum/sourcehawk-maven
Sourcehawk maven integration, run compliance code scans in your builds with the maven plugin.
https://github.com/optum/sourcehawk-maven
maven maven-plugin sourcehawk
Last synced: about 2 months ago
JSON representation
Sourcehawk maven integration, run compliance code scans in your builds with the maven plugin.
- Host: GitHub
- URL: https://github.com/optum/sourcehawk-maven
- Owner: Optum
- License: apache-2.0
- Created: 2020-10-28T21:21:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T17:25:33.000Z (almost 3 years ago)
- Last Synced: 2024-05-28T18:35:50.023Z (about 2 years ago)
- Topics: maven, maven-plugin, sourcehawk
- Language: Java
- Homepage: https://optum.github.io/sourcehawk-maven
- Size: 172 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Sourcehawk Maven
[](https://search.maven.org/search?q=g:%22com.optum.sourcehawk.maven%22%20AND%20a:%22sourcehawk-maven%22)
[](https://github.com/optum/sourcehawk/actions)
[](https://github.com/optum/sourcehawk/actions)
[](https://sonarcloud.io/dashboard?id=com.optum.sourcehawk.maven%3Asourcehawk-maven)
[](https://sonarcloud.io/dashboard?id=com.optum.sourcehawk.maven%3Asourcehawk-maven)

[](https://ossindex.sonatype.org/component/pkg:maven/com.optum.sourcehawk.maven/sourcehawk-maven-plugin)
Contains the following projects:
## Sourcehawk Maven Plugin
A Maven plugin which can be used to execute [Sourcehawk](https://github.com/optum/sourcehawk) scans on code.
[Documentation](https://optum.github.io/sourcehawk-maven)
### Usage
Include the following in `pom.xml` in the `build / plugins` section.
```xml
com.optum.sourcehawk.maven
sourcehawk-maven-plugin
0.1.1
sourcehawk-scan
scan
```
### Demo
[](https://optum.github.io/sourcehawk-docs/img/demo/maven.gif)
Click the demo to enlarge.
## Contributing
If you wish to contribute to the development of Sourcehawk please read [CONTRIBUTING.md](CONTRIBUTING.md) for more information.