Skip to content

Commit 7eab2ce

Browse files
authored
Merge pull request #4303 from swagatbora90/fix-gomodjail-iptables
mark go-iptables with gomodjail unconfined directive
2 parents b8c4b3d + a27427f commit 7eab2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/containerd/typeurl/v2 v2.2.3
2929
github.com/containernetworking/cni v1.3.0 //gomodjail:unconfined
3030
github.com/containernetworking/plugins v1.7.1 //gomodjail:unconfined
31-
github.com/coreos/go-iptables v0.8.0
31+
github.com/coreos/go-iptables v0.8.0 //gomodjail:unconfined
3232
github.com/coreos/go-systemd/v22 v22.5.0
3333
github.com/cyphar/filepath-securejoin v0.4.1 //gomodjail:unconfined
3434
github.com/distribution/reference v0.6.0

0 commit comments

Comments
 (0)