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

Commit

Permalink
Merge pull request #164 from JupiterOne/INT-8364/fix-typo
Browse files Browse the repository at this point in the history
INT-8364: fix typo
  • Loading branch information
Michell Ayala authored Aug 4, 2023
2 parents aa25138 + 040fb67 commit 0df7581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/steps/vulnerabilities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async function buildVulnerabilitySensorRelationship({
duplicateVulnerabilitySensorRelationshipKeysFoundCount,
sensorEntitiesNotFoundCount,
},
'Build Vunlerability -> Sensor relationship step summary',
'Build Vulnerability -> Sensor relationship step summary',
);
}

Expand All @@ -180,7 +180,7 @@ export const vulnerabilitiesSteps: IntegrationStep<IntegrationConfig>[] = [
},
{
id: StepIds.VULN_EXPLOITS_SENSOR,
name: 'Build Vunlerability -> Sensor relationship',
name: 'Build Vulnerability -> Sensor relationship',
entities: [],
relationships: [Relationships.VULN_EXPLOITS_SENSOR],
dependsOn: [StepIds.VULNERABILITIES, StepIds.DEVICES],
Expand Down

0 comments on commit 0df7581

Please sign in to comment.