Skip to content

Commit 3a14972

Browse files
Merge pull request #125 from regulaforensics/sast-fix
Fix SAST scan vuln
2 parents ff82a1e + 6145a43 commit 3a14972

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
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

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)