Tool Orchestration Configuration
When Software Risk Manager is deployed on a Kubernetes cluster, you can run orchestrated analyses using the Software Risk Manager Tool Orchestration. If you have a Software Risk Manager license that includes Tool Orchestration, enable the feature when you run the Helm Prep Wizard.
Analysis Cleanup
By default, Software Risk Manager will remove old analyses and related storage from
the tool service automatically. You can customize or disable this behavior with the
following options in the codedx.props
file:
tws.storage.cleanup.enabled = true
- sets whether to enable automatic analysis cleanup [default: true].tws.storage.cleanup.max-total-analyses = 100
- sets the maximum number of orchestrated analyses to keep; further analyses will cause the oldest to be deleted [default: 100].tws.storage.cleanup.max-analyses-per-project = 5
- sets the maximum number of orchestrated analyses to keep per-project; further analyses will cause the oldest in the project to be deleted [default: 5].
Note: Both successful and failed analyses count toward the "total" being
tracked.