mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
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.
This commit is contained in:
parent
6842e2d3cc
commit
39edf76351
1 changed files with 0 additions and 9 deletions
|
@ -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}"
|
||||
|
||||
###############
|
||||
|
|
Loading…
Reference in a new issue