Skip to content

Commit

Permalink
Fix missing filename
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 10, 2024
1 parent 1eaedbe commit 39603c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
wget --quiet https://github.com/brimdata/build-zeek/releases/download/v6.2.0-brim-dev1/zeek-v6.2.0-brim-dev1.windows-amd64.zip
unzip -q zeek-v6.2.0-brim-dev1.windows-amd64.zip
mv zeek/share/zeek/site/local.zeek zeek/share/zeek/site/local.zeek.orig
sed "/detect-MHR/d;/interesting-hostnames/d" > zeek/share/zeek/site/local.zeek
sed "/detect-MHR/d;/interesting-hostnames/d" zeek/share/zeek/site/local.zeek.orig > zeek/share/zeek/site/local.zeek
for filename in $(wget -O - https://archive.wrccdc.org/pcaps/2018/ | grep \.pcap\.gz | sed 's/.*href="//' | sed 's/".*$//'); do
echo "Testing with $filename"
wget --quiet https://archive.wrccdc.org/pcaps/2018/$filename
Expand Down

0 comments on commit 39603c4

Please sign in to comment.