Skip to content

Commit 225f8b1

Browse files
committed
test(COD-3861): update the list of expected output
1 parent 046354c commit 225f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: artifact
6161
run: |
6262
export SCA_RESULTS=`jq '.runs | map (.results | length) | add' sca.sarif`
63-
expectedScaResults=5
63+
expectedScaResults=2
6464
echo "Got $SCA_RESULTS from SCA"
6565
if [ "$SCA_RESULTS" != "$expectedScaResults" ]; then
6666
echo "::error::Expected to have $expectedScaResults SCA results!"

0 commit comments

Comments
 (0)