Skip to content

Commit 077d880

Browse files
committed
Updated publishing process
1 parent 6cc59a7 commit 077d880

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ apply from: "${gradleHelpersLocation}/fortify-helper.gradle"
2020
version = getProjectVersionAsBetaOrRelease(true)
2121
ext {
2222
sscParserPluginVersion = getProjectVersionAsPlainVersionNumber()
23+
betaOrReleaseLabel = getBetaOrReleaseLabel()
24+
bintrayPkgName = "${rootProject.name}-${betaOrReleaseLabel}"
2325
bintrayDownloadContainerName = getProjectVersionAsBetaOrRelease(false)
2426
projectLicense = 'MIT'
2527
}

0 commit comments

Comments
 (0)