We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896e3e commit e836b31Copy full SHA for e836b31
Scenarios and Workflows/directory_scanning.ipynb
@@ -126,10 +126,11 @@
126
"HOST = CREDENTIALS.get(\"a1000\").get(\"a1000_url\")\n",
127
"TOKEN = CREDENTIALS.get(\"a1000\").get(\"token\")\n",
128
"\n",
129
- "\n",
+ "# Set the verify parameter to False if your A1000 instance doesn't have a valid CA certificate\n",
130
"a1000 = A1000(\n",
131
" host=HOST,\n",
132
- " token=TOKEN\n",
+ " token=TOKEN,\n",
133
+ " verify=True\n",
134
")\n",
135
136
"# Files that should not be analyzed can be added to this list\n",
0 commit comments