File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 working-directory : artifact
6161 run : |
6262 export SCA_RESULTS=`jq '.runs | map (.results | length) | add' sca.sarif`
63- expectedScaResults=4
63+ expectedScaResults=5
6464 echo "Got $SCA_RESULTS from SCA"
6565 if [ "$SCA_RESULTS" != "$expectedScaResults" ]; then
6666 echo "::error::Expected to have $expectedScaResults SCA results!"
Original file line number Diff line number Diff line change 6666 echo "Lacework context ID: $LACEWORK_CONTEXT_ID"
6767 echo "LACEWORK_CONTEXT_ID=$(echo $LACEWORK_CONTEXT_ID)" >> $GITHUB_ENV
6868 echo "LACEWORK_ACTION_REF=$(echo $LACEWORK_ACTION_REF)" >> $GITHUB_ENV
69- SCA_VERSION=0.1.7
69+ SCA_VERSION=0.1.9
7070 curl https://raw.githubusercontent.com/lacework/go-sdk/main/cli/install.sh | bash
7171 KEY="$(date +'%Y-%m-%d')"
7272 KEY="$KEY-$RUNNER_OS-$RUNNER_ARCH"
You can’t perform that action at this time.
0 commit comments