22
33This Fortify SSC parser plugin allows for importing scan results from OWASP Dependency Check.
44
5- ### Related Links
5+ ### < a name = " related-links " > Related Links</ a >
66
77* ** Downloads** :
88 _ 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._
@@ -13,12 +13,12 @@ This Fortify SSC parser plugin allows for importing scan results from OWASP Depe
1313* ** OWASP Dependency Check website** : https://owasp.org/www-project-dependency-check/
1414
1515
16- ## Usage
16+ ## < a name = " usage " > Usage</ a >
1717
1818The following sections describe how to install and use the plugin. For generic information
1919about how to install and use SSC parser plugins, please see the Fortify SSC documentation.
2020
21- ### Plugin Install & Upgrade
21+ ### < a name = " plugin-install--upgrade " > Plugin Install & Upgrade</ a >
2222
2323* Obtain the plugin binary jar file
2424 * Either download from Bintray (see [Related Links](#related-links))
@@ -31,21 +31,21 @@ about how to install and use SSC parser plugins, please see the Fortify SSC docu
3131 * Upload the plugin jar file
3232 * Enable the plugin by clicking the `ENABLE` button
3333
34- ### Plugin Uninstall
34+ ### < a name = " plugin-uninstall " > Plugin Uninstall</ a >
3535
3636* In Fortify Software Security Center:
3737 * Navigate to Administration->Plugins->Parsers
3838 * Select the parser plugin that you want to uninstall
3939 * Click the `DISABLE` button
4040 * Click the `REMOVE` button
4141
42- ### Obtain results
42+ ### < a name = " obtain-results " > Obtain results</ a >
4343
4444Please see the OWASP Dependency Check documentation for details on scanning applications and
4545generating reports. Note that the SSC parser plugin requires the uploaded reports to be in JSON
4646format.
4747
48- ### Upload results
48+ ### < a name = " upload-results " > Upload results</ a >
4949
5050SSC web interface (manual upload):
5151
@@ -68,26 +68,26 @@ SSC clients (FortifyClient, Maven plugin, ...):
6868
6969
7070
71- ## Information for plugin developers
71+ ## < a name = " information-for-plugin-developers " > Information for plugin developers</ a >
7272
7373The following sections provide information that may be useful for developers of this
7474parser plugin.
7575
76- ### IDE's
76+ ### < a name = " ides " > IDE's</ a >
7777
7878This project uses Lombok. In order to have your IDE compile this project without errors,
7979you may need to add Lombok support to your IDE. Please see https://projectlombok.org/setup/overview
8080for more information.
8181
82- ### Gradle
82+ ### < a name = " gradle " > Gradle</ a >
8383
8484It is strongly recommended to build this project using the included Gradle Wrapper
8585scripts; using other Gradle versions may result in build errors and other issues.
8686
8787The Gradle build uses various helper scripts from https://github.com/fortify-ps/gradle-helpers ;
8888please refer to the documentation and comments in included scripts for more information.
8989
90- ### Commonly used commands
90+ ### < a name = " commonly-used-commands " > Commonly used commands</ a >
9191
9292All commands listed below use Linux/bash notation; adjust accordingly if you
9393are running on a different platform. All commands are to be executed from
@@ -107,7 +107,7 @@ the main project directory.
107107Note that the version management tasks operate only on the local repository; you will need to manually
108108push any changes (including tags and branches) to the remote repository.
109109
110- ### Versioning
110+ ### < a name = " versioning " > Versioning</ a >
111111
112112The various version-related Gradle tasks assume the following versioning methodology:
113113
@@ -117,7 +117,7 @@ The various version-related Gradle tasks assume the following versioning methodo
117117 * However, note that the Gradle build may be unable to identify a correct version number for the project
118118 * As such, only builds from tagged versions or from a `<version>-SNAPSHOT` branch should be published to a Maven repository
119119
120- ### Automated Builds & publishing
120+ ### < a name = " automated-builds--publishing " > Automated Builds & publishing</ a >
121121
122122Travis-CI builds are automatically triggered when there is any change in the project repository,
123123for example due to pushing changes, or creating tags or branches. If applicable, binaries and related
@@ -130,6 +130,6 @@ artifacts are automatically published to Bintray using the `bintrayUpload` task:
130130See the [ Related Links] ( #related-links ) section for the relevant Travis-CI and Bintray links.
131131
132132
133- # Licensing
133+ # < a name = " licensing " > Licensing</ a >
134134See [ LICENSE.TXT] ( LICENSE.TXT )
135135
0 commit comments