Skip to content

Commit

Permalink
update(pkg/driverbuilder): use falcosecurity/libs instead of `draio…
Browse files Browse the repository at this point in the history
…s/sysdig`

Signed-off-by: Michele Zuccala <[email protected]>
Co-authored-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
2 people authored and poiana committed Mar 23, 2021
1 parent 6cabb8d commit a492453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/driverbuilder/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (bp *DockerBuildProcessor) Start(b *builder.Build) error {
c := builder.Config{
DriverName: "falco",
DeviceName: "falco",
DownloadBaseURL: "https://github.com/draios/sysdig/archive",
DownloadBaseURL: "https://github.com/falcosecurity/libs/archive",
Build: b,
}

Expand Down
6 changes: 3 additions & 3 deletions pkg/driverbuilder/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ func (bp *KubernetesBuildProcessor) buildModule(build *builder.Build) error {
}

c := builder.Config{
DriverName: "falco", // TODO: make this configurable
DeviceName: "falco", // TODO: make this configurable
DownloadBaseURL: "https://github.com/draios/sysdig/archive", // TODO: make this configurable
DriverName: "falco", // TODO: make this configurable
DeviceName: "falco", // TODO: make this configurable
DownloadBaseURL: "https://github.com/falcosecurity/libs/archive", // TODO: make this configurable
Build: build,
}

Expand Down

0 comments on commit a492453

Please sign in to comment.