Skip to content

Commit

Permalink
jsonout handling
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Jadhav <nyrahul@gmail.com>
  • Loading branch information
nyrahul committed Dec 5, 2023
1 parent 4c524b2 commit fd7430a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
docker build -t kubearmor/k8tls:latest .
docker buildx build -t kubearmor/k8tls:latest .

push:
docker push kubearmor/k8tls:latest
1 change: 1 addition & 0 deletions src/tlsscan
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ parse_cmdargs()
[[ -f $csvout ]] && rm -f $csvout
[[ "$summcsv" == "" ]] && summcsv="/tmp/summary.csv"
[[ -f $summcsv ]] && rm -f $summcsv
[[ "$JSON" != "" ]] && jsonout=$JSON
}

jsonreport()
Expand Down

0 comments on commit fd7430a

Please sign in to comment.