Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mftoure committed Mar 5, 2025
1 parent 9cf107f commit ee8451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/resolvers/resolvers_ebpf.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func (r *EBPFResolvers) snapshot() error {
return nil
}

// nolint: unused
// nolint: deadcode, unused
func (r *EBPFResolvers) snapshotBoundSockets() error {
processes, err := utils.GetProcesses()
if err != nil {
Expand Down

0 comments on commit ee8451b

Please sign in to comment.