Skip to content

Commit

Permalink
Update Capa.json - fix for capa binary path in Docker environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nusantara-self authored Oct 29, 2024
1 parent 11974aa commit feaf7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzers/Capa/Capa.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"configurationItems": [
{
"name": "capa_path",
"description": "Path to Capa binary",
"description": "Path to Capa binary (if installed locally, should be /opt/Cortex-Analyzers/analyzers/Capa/capa)",
"type": "string",
"multi": false,
"required": true,
"defaultValue": "/Cortex-Analyzers/analyzers/Capa/capa"
"defaultValue": "/worker/Capa/capa"
}
],
"registration_required": false,
Expand Down

0 comments on commit feaf7ca

Please sign in to comment.