summaryrefslogtreecommitdiff
path: root/scripts/ingest-reports-to-siem
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-08 00:15:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-08 00:15:27 +0000
commitd52f8933ea07f083dfc05d4bed50d4de8baf8dd9 (patch)
tree6cf2d2b4180ddd59c2f6dedabc272cc6f40ea81d /scripts/ingest-reports-to-siem
parent0f6fb8a8c9ccad0d0f4b8c5e2f72aa50d35a0d0d (diff)
downloadgitlab-ce-d52f8933ea07f083dfc05d4bed50d4de8baf8dd9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/ingest-reports-to-siem')
-rwxr-xr-xscripts/ingest-reports-to-siem2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ingest-reports-to-siem b/scripts/ingest-reports-to-siem
index 5f5397fcd72..fbd41dc3a8e 100755
--- a/scripts/ingest-reports-to-siem
+++ b/scripts/ingest-reports-to-siem
@@ -32,7 +32,7 @@ function getMD5HashFromFile(data) {
if (err.name === 'CredentialsProviderError' || err.name === 'AuthorizationHeaderMalformed')
console.log('Could not upload the report. Are AWS credentials configured in ~/.aws/credentials?')
else
- console.log('Unexpected error during upload.')
+ console.log('Unexpected error during upload: ', err.message)
process.exit(1)
}
})()