From 96695228648941d38e25cbeaa9a3c4efdd94a666 Mon Sep 17 00:00:00 2001 From: rsenden Date: Wed, 8 May 2024 14:15:52 +0000 Subject: [PATCH] docs: Auto-update documentation resources --- LICENSE.txt | 2 +- README.md | 6 ++++++ USAGE.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index f0a1b7e..6aa66be 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright 2020-2023 Open Text or one of its affiliates +Copyright 2020-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 diff --git a/README.md b/README.md index 7674f06..a700f26 100755 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ This Fortify SSC parser plugin allows for importing scan results from PortSwigge + + + ## 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. @@ -46,6 +49,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. + + + --- *[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)* diff --git a/USAGE.md b/USAGE.md index fc6562a..4daef08 100644 --- a/USAGE.md +++ b/USAGE.md @@ -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 --appversion MyApp:MyVersion --engine-type BURP_XML` +`fcli ssc artifact upload -f --appversion MyApp:MyVersion --engine-type BURP_XML`