-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(weaver/corda-driver): add Trivy scanning capability and steps
1. The build.gradle file now has the maven publish plugin pulled which can be used to generate pom.xml files that we don't really plan on using for publishing but are still necessary to have in a temporary fashion because the scanning tool (Trivy) only suports scanning dependencies for vulnerabilities via pom.xml files of the Maven tool but not through `build.gradle` files of the Gradle tool. 2. The `README.md` file was updated with detailed steps on how to run a scan that includes generating the pom file, renaming it according to the requirements of Trivy itself and then running the actual scan. 3. Some of the cspell issues have been rectified by adding new words to the config. Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters