1 # https://pythonawesome.com/security-audit-python-project-dependencies-against-security-advisory-databases/
3 sources = ['github', 'gemnasium', 'pyup']
5 # ALT: true # Report only, always exit with zero.
7 # ALT: 'json' # Output findings as `json`. Default is 'cli'.
9 cache_dir = '.skjold_cache'
10 cache_expires = 43200 # Cache max. age. (43200 = 12hrs)
11 ignore_file = '.skjoldignore'