Skip to content

Commit

Permalink
test(COD-3861): update the list of expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydubreil committed Nov 20, 2024
1 parent 046354c commit 3d1011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: artifact
run: |
export SCA_RESULTS=`jq '.runs | map (.results | length) | add' sca.sarif`
expectedScaResults=5
expectedScaResults=3
echo "Got $SCA_RESULTS from SCA"
if [ "$SCA_RESULTS" != "$expectedScaResults" ]; then
echo "::error::Expected to have $expectedScaResults SCA results!"
Expand Down

0 comments on commit 3d1011c

Please sign in to comment.