Skip to content

Commit

Permalink
Merge pull request #7 from fortify/auto-doc-updates
Browse files Browse the repository at this point in the history
Update documentation resources
  • Loading branch information
rsenden authored May 8, 2024
2 parents 8f8d068 + 2696f8a commit 553666f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2021-2023 Open Text or one of its affiliates
Copyright 2021-2024 Open Text or one of its affiliates

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ This Fortify SSC parser plugin allows for importing scan results from [Local PHP
<!-- END-INCLUDE:repo-resources.md -->



<!-- START-INCLUDE:h2.support.md -->

## Support

The only warranties for products and services of Open Text and its affiliates and licensors (“Open Text”) are as may be set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Open Text shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice.
Expand All @@ -45,6 +48,9 @@ Support requests created through the GitHub Issues page may include bug reports,

Support requests on the GitHub Issues page are handled on a best-effort basis; there is no guaranteed response time, no guarantee that reported bugs will be fixed, and no guarantee that enhancement requests will be implemented. If you require dedicated support for this and other Fortify software, please consider purchasing OpenText Fortify Professional Services. OpenText Fortify Professional Services can assist with general usage questions, integration of the software into your processes, and implementing customizations, bug fixes, and feature requests (subject to feasibility analysis). Please contact your OpenText Sales representative or fill in the [Professional Services Contact Form](https://www.microfocus.com/en-us/cyberres/contact/professional-services) to obtain more information on pricing and the services that OpenText Fortify Professional Services can provide.

<!-- END-INCLUDE:h2.support.md -->


---

*[This document was auto-generated from README.template.md; do not edit by hand](https://github.com/fortify/shared-doc-resources/blob/main/USAGE.md)*
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To upload results through the SSC web interface or most clients:

Both SSC REST API and fcli provide options for specifying the engine type directly, and as such it is not necessary to package the raw results into a zip-file with accompanying `scan.info` file. For example, fcli allows for uploading raw scan results using a command like the following:

`fcli ssc appversion-artifact upload <raw-results-file> --appversion MyApp:MyVersion --engine-type PHP_SECCHECK`
`fcli ssc artifact upload -f <raw-results-file> --appversion MyApp:MyVersion --engine-type PHP_SECCHECK`

<!-- END-INCLUDE:usage/h1.standard-parser-usage.md -->

Expand Down

0 comments on commit 553666f

Please sign in to comment.