Skip to content

Commit

Permalink
documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Oct 26, 2023
1 parent 8af0953 commit bdde41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/overall_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ When paths to scan are entered, get the files in that paths and the files are ex
- exclude
- pattern: Regex patterns to exclude scan.
- containers: Extensions in lower case of container files which might be scan with --depth option
- containers: Extensions in lower case of container files which might be scan with --doc and --depth option
- documents: Extensions in lower case of container files which might be scan with --doc and/or --depth option
- extension: Extensions in lower case to exclude scan.
- path: Paths to exclude scan.
- source_ext: List of extensions for scanning categorized as source files.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def test_docx_p(self) -> None:
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

def test_docx_n(self) -> None:
# test docx - no credential should be found without 'depth'
# test docx - no credential should be found without 'doc'
content_provider: FilesProvider = TextProvider([SAMPLES_PATH / "sample.docx"])
cred_sweeper = CredSweeper(doc=False)
cred_sweeper.run(content_provider=content_provider)
Expand Down

0 comments on commit bdde41a

Please sign in to comment.