Skip to content

Commit

Permalink
Add scapy to Tester image (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggediminass authored Dec 4, 2024
1 parent 4728f1b commit 60996e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/docker/tester/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dnspython==2.6.1
protobuf==5.28.3
selenium==4.26.0
grpcio==1.67.1
scapy==2.6.0
2 changes: 1 addition & 1 deletion magefiles/mage.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
imageSnapPackager = registryPrefix + "snaper:0.0.4"
imageProtobufGenerator = registryPrefix + "generator:1.4.1"
imageScanner = registryPrefix + "scanner:1.1.0"
imageTester = registryPrefix + "tester:1.3.0"
imageTester = registryPrefix + "tester:1.3.1"
imageQAPeer = registryPrefix + "qa-peer:1.0.4"
imageRuster = registryPrefix + "ruster:1.3.0"

Expand Down

0 comments on commit 60996e4

Please sign in to comment.