Skip to content

Commit

Permalink
print full flag value
Browse files Browse the repository at this point in the history
  • Loading branch information
dummygithubaccount committed Jan 24, 2024
1 parent 230e199 commit 29fdab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion images/entrypoint-oxeye-scan.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -e
set -ex

if [ "$#" -lt 5 ]; then
echo "Error - Missing argument. Please verify your configuration, or contact [email protected]"
Expand Down
1 change: 1 addition & 0 deletions images/scm_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ def main() -> None:
release=arguments.release,
excludes=arguments.excludes,
)
logger.info(f"main {arguments.full=}")
run_lightz(
host=arguments.host,
client_id=arguments.client_id,
Expand Down

0 comments on commit 29fdab0

Please sign in to comment.