We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e3366 commit c5c7ddfCopy full SHA for c5c7ddf
.github/workflows/integration-test.yml
@@ -60,7 +60,7 @@ jobs:
60
working-directory: artifact
61
run: |
62
export SCA_RESULTS=`jq '.runs | map (.results | length) | add' sca.sarif`
63
- expectedScaResults=4
+ expectedScaResults=5
64
echo "Got $SCA_RESULTS from SCA"
65
if [ "$SCA_RESULTS" != "$expectedScaResults" ]; then
66
echo "::error::Expected to have $expectedScaResults SCA results!"
0 commit comments