We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308ba71 commit 9747de4Copy full SHA for 9747de4
contentctl/actions/validate.py
@@ -22,7 +22,7 @@ def execute(self, input_dto: validate) -> DirectorOutputDto:
22
23
director_output_dto = DirectorOutputDto(AtomicTest.getAtomicTestsFromArtRepo(repo_path=input_dto.getAtomicRedTeamRepoPath(),
24
enabled=input_dto.enrichments),
25
- AttackEnrichment.getAttackEnrichment(input_dto,
+ AttackEnrichment.getAttackEnrichment(input_dto),
26
CveEnrichment.getCveEnrichment(input_dto),
27
[],[],[],[],[],[],[],[],[])
28
0 commit comments