You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For advanced users who want to use Docker directly without the wrapper script:
270
276
271
-
**Option 2: Using Docker directly (Advanced)**
272
277
```bash
273
278
# Pull the latest image
274
279
docker pull fr4iser/simpleseccheck:latest
@@ -291,8 +296,6 @@ docker run --rm \
291
296
/SimpleSecCheck/scripts/security-check.sh
292
297
```
293
298
294
-
**Note:** The pre-built image contains all necessary configurations. Option 1 is recommended as it handles all volume mounts and environment variables automatically.
0 commit comments