Skip to content

Commit

Permalink
banner update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 committed Oct 31, 2023
1 parent c1ca07f commit 722d2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkov/common/util/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| (__| | | | __/ (__| < (_) \ V /
\___|_| |_|\___|\___|_|\_\___/ \_/
By bridgecrew.io | version: {} """.format(version)
By Prisma Cloud | version: {} """.format(version)

new_version = check_for_update("checkov", version)
if new_version:
Expand Down
2 changes: 1 addition & 1 deletion tests/common/runner_registry/test_runner_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def test_output_file_path_with_output_mapping(tmp_path: Path, capsys: CaptureFix
runner_registry.print_reports(scan_reports=reports, config=config)

# then
assert 'By bridgecrew.io' in capsys.readouterr().out
assert 'By Prisma Cloud' in capsys.readouterr().out

assert json_file_path.exists()
assert '"check_type": "terraform"' in json_file_path.read_text()
Expand Down

0 comments on commit 722d2d0

Please sign in to comment.