Skip to content

Commit 6578b7e

Browse files
committed
feat(core-api): add assetId to vulnerability notification metadata
1 parent 8674322 commit 6578b7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core-api/src/modules/data-adapter/data-adapter.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ export class DataAdapterService {
321321
count: String(vulsForAlert.length),
322322
assetValue: job.asset.value,
323323
targetId: job.asset.target.id,
324+
assetId: job.asset.id,
324325
},
325326
workspaceId,
326327
});

0 commit comments

Comments
 (0)