-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to use SSC without ScanCentral SAST? #25
Comments
Hello @jizusun . Please keep in mind that Fortify SSC is a server that is basically used as a centralized location to store your scan results, generate reports, and to facilitate collaborative auditing. SSC by itself does not do any scanning; all SAST scanning is handled by ScanCentral SAST. |
Just to add to the above, the current GitHub Action only supports running scans on ScanCentral SAST. Potentially it could be interesting to add support for running Fortify SCA scans directly on a GitHub Runner, however this is not on our roadmap for the near future for various reasons as detailed below. Potentially, we could support self-hosted runners that already have Fortify SCA (and license) installed. However, we'd need to implement some mechanism to locate this Fortify SCA installation. For example, do we depend on this installation being on the system PATH, or do we accept some configurable input that allows the workflow to explicitly specify Fortify SCA location? Alternatively, we could support dynamically downloading and installing Fortify SCA during workflow execution, however:
Apart from the above, some general considerations:
|
Oh thank you! I get your point. We have a GitHub actions internally inside Philips that does something like what you describe, which is downloading the Fortify and license from Artifactory to the runner and run. |
Hi comunity,
I'm trying to set up the GitHub action for our internal Fortify SSC.
When I'm using the following setup:
I had an error during the execution
Is it possible to use SSC without ScanCentral SAST?
The text was updated successfully, but these errors were encountered: