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 f29ea09 commit 00c5bdbCopy full SHA for 00c5bdb
Makefile
@@ -1,8 +1,11 @@
1
2
-
3
clean:
4
rm slacker || true
5
6
build:
7
go build -o slacker ./cmd/
8
chmod +x slacker
+
9
+run:
10
+ chmod +x slacker
11
+ ./slacker -dry -config=test.yml
go.mod
@@ -3,7 +3,7 @@ module github.com/hazcod/crowdstrike-spotlight-slacker
go 1.16
require (
- github.com/crowdstrike/gofalcon v0.2.8
+ github.com/crowdstrike/gofalcon v0.2.11
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
0 commit comments