Skip to content

Optum/sourcehawk-maven

Sourcehawk Maven

Maven Central

Build Status Sourcehawk Scan Coverage Quality Gate

OSS Lifecycle Sonatype OSS Index

Contains the following projects:

Sourcehawk Maven Plugin

A Maven plugin which can be used to execute Sourcehawk scans on code.

Documentation

Usage

Include the following in pom.xml in the build / plugins section.

<plugin>
    <groupId>com.optum.sourcehawk.maven</groupId>
    <artifactId>sourcehawk-maven-plugin</artifactId>
    <version>0.1.1</version>
    <executions>
        <execution>
            <id>sourcehawk-scan</id>
            <goals>
                <goal>scan</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Demo

Maven Plugin Demo

Click the demo to enlarge.

Contributing

If you wish to contribute to the development of Sourcehawk please read CONTRIBUTING.md for more information.

About

Sourcehawk maven integration, run compliance code scans in your builds with the maven plugin.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 5