Skip to content

Commit

Permalink
Create instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
RubensZimbres authored Nov 29, 2021
1 parent b17a6e5 commit a45911d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Scan_Python/instructions
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

wget https://github.com/ShiftLeftSecurity/sast-scan/releases/download/v1.9.27/scan

chmod +x scan

sh <(curl https://slscan.sh)

sudo apt install docker.io
sudo systemctl enable --now docker
sudo usermod -aG docker USER

sudo docker run --rm -e "WORKSPACE=${PWD}" -v "$PWD:/app" shiftleft/sast-scan scan

0 comments on commit a45911d

Please sign in to comment.