File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ rebel.xml
1313.settings /
1414bin /
1515lombok.config
16+ * .fpr
Original file line number Diff line number Diff line change 1414apply from : " ${ gradleHelpersLocation} /repo-helper.gradle"
1515apply from : " ${ gradleHelpersLocation} /junit-helper.gradle"
1616apply from : " ${ gradleHelpersLocation} /version-helper.gradle"
17+ apply from : " ${ gradleHelpersLocation} /fortify-helper.gradle"
1718
1819// Project and plugin version based on SCM information
1920version = getProjectVersionAsBetaOrRelease(true )
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Set scan options
4+ # Modular scan doesn't work properly yet, so for now we just add the fortify-ssc-parser-util build model
5+ # Note that either approach requires fortify-ssc-parser-util to be translated/scanned on the same machine
6+ # before running this script.
7+ # scanOpts="-include-modules fortify-ssc-parser-util -scan"
8+ scanOpts=" -b fortify-ssc-parser-util -scan"
9+
10+ # Load and execute actual scan script from GitHub
11+ curl -s https://raw.githubusercontent.com/fortify-ps/gradle-helpers/1.0/fortify-scan.sh | bash -s - ${scanOpts}
You can’t perform that action at this time.
0 commit comments