We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8c704 commit 1c30d8aCopy full SHA for 1c30d8a
1 file changed
README.md
@@ -80,6 +80,9 @@ SimpleSecCheck is a powerful, single-shot Docker-based security scanner that per
80
git clone https://github.com/fr4iser90/SimpleSecCheck.git
81
cd SimpleSecCheck
82
83
+# Make the script executable (one-time setup)
84
+chmod +x run-docker.sh
85
+
86
# Scan a local code project
87
./run-docker.sh /path/to/your/project
88
0 commit comments