Skip to content

Commit

Permalink
test: fix release-test workflow (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Nov 28, 2024
1 parent 7d6e071 commit e074428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: secator u build docker

- name: Run secator health check (strict)
run: docker run -it --privileged freelabz/secator:dev health --strict
run: docker run --privileged freelabz/secator:dev health --strict
1 change: 1 addition & 0 deletions secator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ def health(json, debug, strict):
row = fmt_health_table_row(info, 'tools')
table.add_row(*row)
status['tools'][tool.__name__] = info
console.print('')

# Print JSON health
if json:
Expand Down

0 comments on commit e074428

Please sign in to comment.