Skip to content

Commit e836b31

Browse files
Edit cert verification
1 parent 3896e3e commit e836b31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Scenarios and Workflows/directory_scanning.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@
126126
"HOST = CREDENTIALS.get(\"a1000\").get(\"a1000_url\")\n",
127127
"TOKEN = CREDENTIALS.get(\"a1000\").get(\"token\")\n",
128128
"\n",
129-
"\n",
129+
"# Set the verify parameter to False if your A1000 instance doesn't have a valid CA certificate\n",
130130
"a1000 = A1000(\n",
131131
" host=HOST,\n",
132-
" token=TOKEN\n",
132+
" token=TOKEN,\n",
133+
" verify=True\n",
133134
")\n",
134135
"\n",
135136
"# Files that should not be analyzed can be added to this list\n",

0 commit comments

Comments
 (0)