Skip to content

Commit

Permalink
fix: use correct crowdstrike key
Browse files Browse the repository at this point in the history
  • Loading branch information
arush15june committed Feb 2, 2022
1 parent d2ee597 commit 03c04cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/EDRHunt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
services bool
registry bool
all bool
versionStr string = "1.2"
versionStr string = "1.3.1"
versionCheck bool
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/scanners/scan_crowdstrike.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func (w *CrowdstrikeDetection) Name() string {
}

func (w *CrowdstrikeDetection) Type() resources.EDRType {
return resources.SymantecEDR
return resources.CrowdstrikeEDR
}

var CrowdstrikeHeuristic = []string{
Expand Down

0 comments on commit 03c04cf

Please sign in to comment.