Skip to content

Commit

Permalink
I am bad on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanl-slalom committed Dec 12, 2023
1 parent a986da5 commit a3af195
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/secureli.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion secureli/actions/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ def scan_repo(
if verify_result.outcome in self.halting_outcomes:
return

scan_result = self.scanner.scan_repo(folder_path, scan_mode, specific_test)
scan_result = self.scanner.scan_repo(
folder_path,
scan_mode,
specific_test)

details = scan_result.output or "Unknown output during scan"
self.echo.print(details)
Expand Down

0 comments on commit a3af195

Please sign in to comment.