Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Sep 7, 2023
1 parent 6cfb491 commit ef4f9b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ modules:
language: java
# [Optional] Working directories specific to SAST (Relative to source_root)
working_dirs:
- "src/module1"
- "src/module2"
- "dir1"
- "dir2"
# [Optional] Additional exclude patterns for this scanner
exclude_patterns:
- "src/module1/test"
- "dir1/test/**"
# [Optional] List of specific scan rules to exclude from the scan
excluded_rules:
- xss-injection
Expand All @@ -48,19 +48,19 @@ modules:
secrets:
# [Optional] Working directories specific to the secret scanner (Relative to source_root)
working_dirs:
- "src/module1"
- "src/module2"
- "dir1"
- "dir2"
# [Optional] Additional exclude patterns for this scanner
exclude_patterns:
- "src/module1/test"
- "dir1/test/**"

# [Optional] Configuration for Infrastructure as Code scan (IaC)
iac:
# [Optional] Working directories specific to IaC (Relative to source_root)
working_dirs:
- "src/module1"
- "src/module2"
- "dir1"
- "dir2"
# [Optional] Additional exclude patterns for this Scanner
exclude_patterns:
- "src/module1/test"
- "dir1/test/**"
```

0 comments on commit ef4f9b2

Please sign in to comment.