Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

- name: OVS setup
run: |
sudo apt install openvswitch-switch
sudo apt-get update
sudo apt install -y openvswitch-switch
sudo ovs-vsctl add-br ovsbr0

- name: Check and test
Expand Down Expand Up @@ -62,4 +63,4 @@ jobs:
sudo ./ovsdb.test -test.v
echo "=========START SECURITY SCANNING============"
go install github.com/praetorian-inc/gokart@latest
gokart scan
gokart scan