mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
SQSCANGHA-101 Fix sha256 check in QA Deprecated C/C++ action
This commit is contained in:
parent
786af10ed4
commit
5fc8cfce6b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ parse_arguments() {
|
|||
}
|
||||
|
||||
verify_download_correctness() {
|
||||
echo "${EXPECTED_SHA} ${TMP_ZIP_PATH}" | sha256sum -c
|
||||
echo "${EXPECTED_SHA} ${TMP_ZIP_PATH}" | sha256sum -c -
|
||||
check_status "Checking sha256 failed"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue