File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/crowdstrike/gofalcon/falcon"
1212 "github.com/crowdstrike/gofalcon/falcon/client/spotlight_vulnerabilities"
1313 "github.com/crowdstrike/gofalcon/falcon/models"
14- config2 "github.com/hazcod/spotty /config"
14+ config2 "github.com/hazcod/crowdstrike-spotlight-slacker /config"
1515 "github.com/pkg/errors"
1616 "github.com/sirupsen/logrus"
1717 "github.com/slack-go/slack"
@@ -231,8 +231,7 @@ func main() {
231231 WithField ("tags" , device .Tags ).
232232 WithField ("prefix" , tagEmailPrefix ).
233233 Warn ("could not find user email for " + device .MachineName )
234- 235- //continue
234+ continue
236235 }
237236
238237 user , ok := users [userEmail ]
Original file line number Diff line number Diff line change 1- module github.com/hazcod/spotty
1+ module github.com/hazcod/crowdstrike-spotlight-slacker
22
33go 1.16
44
You can’t perform that action at this time.
0 commit comments