Skip to content

Commit 88729b9

Browse files
committed
Updated README.md
1 parent c05d867 commit 88729b9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This 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

1818
The following sections describe how to install and use the plugin. For generic information
1919
about 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

4444
Please see the OWASP Dependency Check documentation for details on scanning applications and
4545
generating reports. Note that the SSC parser plugin requires the uploaded reports to be in JSON
4646
format.
4747

48-
### Upload results
48+
### <a name="upload-results">Upload results</a>
4949

5050
SSC 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

7373
The following sections provide information that may be useful for developers of this
7474
parser plugin.
7575

76-
### IDE's
76+
### <a name="ides">IDE's</a>
7777

7878
This project uses Lombok. In order to have your IDE compile this project without errors,
7979
you may need to add Lombok support to your IDE. Please see https://projectlombok.org/setup/overview
8080
for more information.
8181

82-
### Gradle
82+
### <a name="gradle">Gradle</a>
8383

8484
It is strongly recommended to build this project using the included Gradle Wrapper
8585
scripts; using other Gradle versions may result in build errors and other issues.
8686

8787
The Gradle build uses various helper scripts from https://github.com/fortify-ps/gradle-helpers;
8888
please 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

9292
All commands listed below use Linux/bash notation; adjust accordingly if you
9393
are running on a different platform. All commands are to be executed from
@@ -107,7 +107,7 @@ the main project directory.
107107
Note that the version management tasks operate only on the local repository; you will need to manually
108108
push any changes (including tags and branches) to the remote repository.
109109

110-
### Versioning
110+
### <a name="versioning">Versioning</a>
111111

112112
The 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

122122
Travis-CI builds are automatically triggered when there is any change in the project repository,
123123
for 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:
130130
See the [Related Links](#related-links) section for the relevant Travis-CI and Bintray links.
131131

132132

133-
# Licensing
133+
# <a name="licensing">Licensing</a>
134134
See [LICENSE.TXT](LICENSE.TXT)
135135

0 commit comments

Comments
 (0)