This topic contains limits you observe with scanners which are provided for SCST - Scan. There might be more limits which are not mentioned in the following table.
| Workload Type | Impact | Potential Workarounds |
|---|---|---|
| .Net | Observation: |
Grype image scans for .Net workloads function in most cases. If using an out-of-the-box Supply Chain with scanning, users can select one of the following options:
|
| Java | Observation: Source Scans for Java workloads do not show any results in the Tanzu Application Platform GUI nor the CLI. Reason: For Java using Gradle, dependency lock files are not guaranteed, so Grype uses dependencies present in the built binaries, such as `.jar` or `.war` files. Grype fails to find vulnerabilities during a source scan because VMware discourages committing binaries to source code repositories. Review the upstream issue here. |
Grype image scans for Java workloads function in most cases. If using an out-of-the-box Supply Chain with scanning, users can select one of the following options:
|