Skip to content

Commit d4c3cbb

Browse files
authored
Merge pull request #135 from DataDog/diogocp/AGENTLESS-200-install-semgrep
Install semgrep
2 parents a34d9bc + 99a0f1e commit d4c3cbb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/azure/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

modules/azure/custom-data/templates/install.sh.tftpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ echo "nbd" > /etc/modules-load.d/nbd.conf
1717
echo "options nbd nbds_max=128" > /etc/modprobe.d/nbd.conf
1818

1919
# Install requirements
20+
snap install --no-wait semgrep
2021
apt update
2122
apt install -y nbd-client
2223

modules/user_data/templates/install.sh.tftpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ echo "nbd" > /etc/modules-load.d/nbd.conf
1717
echo "options nbd nbds_max=128" > /etc/modprobe.d/nbd.conf
1818

1919
# Install requirements
20+
snap install --no-wait semgrep
2021
apt update
2122
apt install -y nbd-client curl jq
2223

0 commit comments

Comments
 (0)