Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl committed Mar 25, 2023
1 parent f76e853 commit 4cb2873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoints/entrypoint_cryptolyzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export SO_FILE_NAME="${REPORT_NAME}"
export SO_PARSER_NAME="CryptoLyzer"

cd "$WORKSPACE"
cryptolyze $FURTHER_PARAMETERS --output-format json "$TARGET" >"$REPORT_NAME"
cryptolyze $FURTHER_PARAMETERS --output-format json tls all "$TARGET" >"$REPORT_NAME"

if [ "$SO_UPLOAD" == "true" ]; then
source file_upload_observations.sh
Expand Down

0 comments on commit 4cb2873

Please sign in to comment.