Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rpigu-i authored Jul 10, 2024
1 parent 4776c7e commit 5b85fd6
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
#!/bin/bash

# Install NPM
apk add --update nodejs npm

# Install SonarCloud CLI
npm install -g sonarsource/sonar-scanner-cli

# Install GitHub CodeQL CLI
gh extension install github/gh-codeql

# Install git-secrets
git clone https://github.com/awslabs/git-secrets.git /tmp/git-secrets
cd /tmp/git-secrets
sudo make install

# Install Talisman
npm install -g talisman

# Install BFG Repo-Cleaner
wget -O /usr/local/bin/bfg https://repo1.maven.org/maven2/com/madgag/bfg/1.13.0/bfg-1.13.0.jar
chmod +x /usr/local/bin/bfg

# Clean up
rm -rf /tmp/git-secrets

0 comments on commit 5b85fd6

Please sign in to comment.