File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 22
33## Version TBD
44
5+ - Install semgrep dependency
56- Fix constant Terraform drift when multiple scan scopes are specified
67- Split off role definition and assignment into a separate module
78- Upgrade scanner instances to Ubuntu Server 24.04
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ echo "nbd" > /etc/modules-load.d/nbd.conf
1717echo " options nbd nbds_max=128" > /etc/modprobe.d/nbd.conf
1818
1919# Install requirements
20+ snap install --no-wait semgrep
2021apt update
2122apt install -y nbd-client
2223
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ echo "nbd" > /etc/modules-load.d/nbd.conf
1717echo " options nbd nbds_max=128" > /etc/modprobe.d/nbd.conf
1818
1919# Install requirements
20+ snap install --no-wait semgrep
2021apt update
2122apt install -y nbd-client curl jq
2223
You can’t perform that action at this time.
0 commit comments