Skip to content

Commit a6f022b

Browse files
authored
Merge pull request #189 from lacework/bump-sca-v0.1.9
chore: Bump version of SCA to v0.1.9
2 parents 40f2d1d + c5c7ddf commit a6f022b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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=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!"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
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"

0 commit comments

Comments
 (0)