Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gen yml
Browse files Browse the repository at this point in the history
Juliya Smith committed Jun 24, 2020

Verified

This commit was signed with the committer’s verified signature.
fbac Francisco de Borja Aranda Castillejo
1 parent dbff2a0 commit 662c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packs/Code42/Integrations/Code42/integration-Code42.yml
Original file line number Diff line number Diff line change
@@ -486,7 +486,7 @@ script:
if exp_types:
return [ExposureType.is_in(exp_types)]
else:
# If not given a support exposure type, search for all unsupported exposure types.s
# If not given a support exposure type, search for all unsupported exposure types
supported_exp_types = list(self.exposure_type_map.values())
return [ExposureType.not_in(supported_exp_types)]
elif self._is_endpoint_exfiltration:

0 comments on commit 662c7e8

Please sign in to comment.