From 39edf76351164a520b3df903a47c7b06379ccf11 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 4 Apr 2024 11:56:10 +0200 Subject: [PATCH] fix: do not print the whole environment (#5473) Printing the whole environment clutters the log too much. Also, it might expose sensitive information in the unlikely event that GitHub Actions don't identify certain output as secrets. --- lib/linter.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index 9e7b7916..96495d70 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -788,15 +788,6 @@ BuildFileList "${VALIDATE_ALL_CODEBASE}" "${TEST_CASE_RUN}" ##################################### RunAdditionalInstalls -#################################### -# Print ENV before running linters # -#################################### -debug "--- ENV (before running linters) ---" -debug "------------------------------------" -debug "ENV:" -debug "$(printenv)" -debug "------------------------------------" - endGitHubActionsLogGroup "${SUPER_LINTER_INITIALIZATION_LOG_GROUP_TITLE}" ###############