Skip to content
Snippets Groups Projects
Commit 53f5332b authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Use short check name, import error handling

parent e71c4832
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,16 @@
import os
import sys
from pathlib import Path
import lib_path
import lib
import pyxymon as pymon
CHECK_NAME = 'vulnerabilities'
try:
import lib_path
import lib
except:
pass
finally:
import pyxymon as pymon
CHECK_NAME = 'vuln'
CHECK_VERSION = 1
LIFETIME = 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment