File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ This Fortify SSC parser plugin allows for importing scan results from OWASP Depe
44
55### Related Links
66
7- * ** Branches** : https://github.com/fortify-ps/fortify-ssc-parser-owasp-dependency-check/branches
8- Current development is usually done on latest snapshot branch, which may not be the default branch
7+ * ** Downloads** :
8+ _ Beta versions may be unstable or non-functional. The ` *-licenseReport.zip ` and ` *-dependencySources.zip ` files are for informational purposes only and do not need to be downloaded._
9+ * ** Release versions** : https://bintray.com/package/files/fortify-ps/binaries/fortify-ssc-parser-owasp-dependency-check-release?order=desc&sort=fileLastModified&basePath=&tab=files
10+ * ** Beta versions** : https://bintray.com/package/files/fortify-ps/binaries/fortify-ssc-parser-owasp-dependency-check-beta?order=desc&sort=fileLastModified&basePath=&tab=files
11+ * ** Sample input files** : [ src/test/resources] ( src/test/resources )
912* ** Automated builds** : https://travis-ci.com/fortify-ps/fortify-ssc-parser-owasp-dependency-check
10- * ** Binaries** : https://bintray.com/beta/#/fortify-ps/binaries/fortify-ssc-parser-owasp-dependency-check?tab=files
11- Sort by ` Updated ` column to find latest
12- * ** Sample inputs** : [ src/test/resources] ( src/test/resources )
13- * ** OWASP Dependency Check resources** :
14- * https://owasp.org/www-project-dependency-check/
13+ * ** OWASP Dependency Check website** : https://owasp.org/www-project-dependency-check/
1514
1615
1716## Usage
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ apply from: "${gradleHelpersLocation}/fortify-helper.gradle"
2020version = getProjectVersionAsBetaOrRelease(true )
2121ext {
2222 sscParserPluginVersion = getProjectVersionAsPlainVersionNumber()
23+ betaOrReleaseLabel = getBetaOrReleaseLabel()
24+ bintrayPkgName = " ${ rootProject.name} -${ betaOrReleaseLabel} "
2325 bintrayDownloadContainerName = getProjectVersionAsBetaOrRelease(false )
2426 projectLicense = ' MIT'
2527}
You can’t perform that action at this time.
0 commit comments