Skip to content

Commit 5ba917c

Browse files
committed
Test to check failure path in MD5 checksum validation in coverity
1 parent a74129b commit 5ba917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
wget -nv -q -O "$HOME/cov-analysis.tar.gz" https://scan.coverity.com/download/linux64 --post-data="token=${COVERITY_TOKEN}&project=FreeRTOS-Kernel"
4646
47-
EXPECTED_MD5="e4418004b073140d67390cffba79c3b2"
47+
EXPECTED_MD5="e4418004b073140d67390cffba79c3b1"
4848
GENERATED_MD5=$(md5sum "$HOME/cov-analysis.tar.gz" | awk '{print $1}')
4949
5050
if [ "$GENERATED_MD5" = "$EXPECTED_MD5" ]; then

0 commit comments

Comments
 (0)