@harnessio/react-ssca-manager-client 0.84.4 → 0.84.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  import type { PipelineDetails } from '../schemas/PipelineDetails';
2
+ import type { VulnerabilitySource } from '../schemas/VulnerabilitySource';
2
3
  /**
3
4
  * The count of Security Issues, by severity code, for a given Harness Pipeline Execution along with this execution info
4
5
  */
@@ -72,4 +73,5 @@ export interface StoIssueCount {
72
73
  * Scan Target's type
73
74
  */
74
75
  type?: 'image' | 'repository';
76
+ vulnerability_source?: VulnerabilitySource;
75
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.84.4",
3
+ "version": "0.84.5",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",