Skip to content

Commit

Permalink
Merge pull request boozallen#32 from boozallen/static-dep-chk-lib-config
Browse files Browse the repository at this point in the history
adding owasp_dep_check/library_config.groovy
  • Loading branch information
cokieffebah authored Jul 17, 2019
2 parents 4c88e26 + 07ed8ba commit de5529b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions owasp_dep_check/library_config.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
fields
optional{
scan_target = String //some filepath
exclude_dirs = String //comma-separated list
cvss_threshold = ~/^(pass|\d+)$/
image_version = ~/^[a-zA-Z0-9][a-zA-Z0-9_\.\-]*$/
report_format = ["XML", "HTML", "CSV", "JSON", "VULN", "ALL"]
}
}

0 comments on commit de5529b

Please sign in to comment.