Skip to content

Commit

Permalink
Fix SAST scan vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
sdauhuchytsrf committed Sep 13, 2024
1 parent ff82a1e commit 6145a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# List of paths (space separated) to ignore
# Supports PATTERNS
# EXCLUDE_PATHS: 'foo bar/baz file.txt dir/*.yml'
EXCLUDE_PATHS: ''
EXCLUDE_PATHS: '*docker-compose.y*ml'
# List of rules (space separated) to ignore
# EXCLUDE_RULES: 'generic.secrets.security.detected-aws-account-id.detected-aws-account-id'
# See https://github.com/semgrep/semgrep-rules for rules registry
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
docreader:
image: regulaforensics/docreader:latest
volumes:
- ./regula.license:/app/extBin/unix_x64/regula.license
- ./regula.license:/app/extBin/unix_x64/regula.license
nginx:
image: nginx:alpine
ports:
Expand All @@ -13,4 +13,4 @@ services:
- ./conf/nginx.conf:/etc/nginx/nginx.conf
- ./conf/.htpasswd:/etc/nginx/.htpasswd
depends_on:
- docreader
- docreader

0 comments on commit 6145a43

Please sign in to comment.