File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 # List of paths (space separated) to ignore
1717 # Supports PATTERNS
1818 # EXCLUDE_PATHS: 'foo bar/baz file.txt dir/*.yml'
19- EXCLUDE_PATHS : ' '
19+ EXCLUDE_PATHS : ' *docker-compose.y*ml '
2020 # List of rules (space separated) to ignore
2121 # EXCLUDE_RULES: 'generic.secrets.security.detected-aws-account-id.detected-aws-account-id'
2222 # See https://github.com/semgrep/semgrep-rules for rules registry
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 docreader :
55 image : regulaforensics/docreader:latest
66 volumes :
7- - ./regula.license:/app/extBin/unix_x64/regula.license
7+ - ./regula.license:/app/extBin/unix_x64/regula.license
88 nginx :
99 image : nginx:alpine
1010 ports :
@@ -13,4 +13,4 @@ services:
1313 - ./conf/nginx.conf:/etc/nginx/nginx.conf
1414 - ./conf/.htpasswd:/etc/nginx/.htpasswd
1515 depends_on :
16- - docreader
16+ - docreader
You can’t perform that action at this time.
0 commit comments