Initial ThreatLens release
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "=== main.py contains add_all_cog_commands? ==="
|
||||
docker exec vulnforge grep -n add_all_cog_commands /app/main.py
|
||||
echo
|
||||
echo "=== relevant log entries ==="
|
||||
docker logs vulnforge 2>&1 | grep -iE 'loaded|sync|locally|extension|exception|error' | tail -40
|
||||
Reference in New Issue
Block a user