Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
add agentId property to crowdstrike_discover_application
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldEAM committed Sep 13, 2023
1 parent 697d05e commit 470dcac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jupiterone/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export function createDiscoverApplicationEntity(source: DiscoverApplication) {
_key: source.id,
name: source.name || source.id,
id: source.id,
agentId: source.host?.aid,
vendor: source.vendor,
version: source.version,
versioningScheme: source.versioning_scheme,
Expand Down

0 comments on commit 470dcac

Please sign in to comment.