Skip to content

Commit

Permalink
Merge pull request #189 from lacework/bump-sca-v0.1.9
Browse files Browse the repository at this point in the history
chore: Bump version of SCA to v0.1.9
  • Loading branch information
linpengzhang authored Jun 20, 2024
2 parents 40f2d1d + c5c7ddf commit a6f022b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=4
expectedScaResults=5
echo "Got $SCA_RESULTS from SCA"
if [ "$SCA_RESULTS" != "$expectedScaResults" ]; then
echo "::error::Expected to have $expectedScaResults SCA results!"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
echo "Lacework context ID: $LACEWORK_CONTEXT_ID"
echo "LACEWORK_CONTEXT_ID=$(echo $LACEWORK_CONTEXT_ID)" >> $GITHUB_ENV
echo "LACEWORK_ACTION_REF=$(echo $LACEWORK_ACTION_REF)" >> $GITHUB_ENV
SCA_VERSION=0.1.7
SCA_VERSION=0.1.9
curl https://raw.githubusercontent.com/lacework/go-sdk/main/cli/install.sh | bash
KEY="$(date +'%Y-%m-%d')"
KEY="$KEY-$RUNNER_OS-$RUNNER_ARCH"
Expand Down

0 comments on commit a6f022b

Please sign in to comment.