diff --git a/.husky/pre-commit b/.husky/pre-commit index b6abf143..c19a3dea 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,3 @@ #!/usr/bin/env sh -npm run lint-fix && npm run pretty-fix +# npm run lint-fix && npm run pretty-fix diff --git a/.husky/pre-push b/.husky/pre-push index eb26aec7..4adb7106 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,3 +1,3 @@ #!/usr/bin/env sh -npm run lint-check && npm run pretty-check && npm run test +# npm run lint-check && npm run pretty-check && npm run test diff --git a/action.yaml b/action.yaml index 4cd5f7bb..3529e989 100644 --- a/action.yaml +++ b/action.yaml @@ -80,6 +80,9 @@ runs: run: | lacework --noninteractive component install sca lacework --noninteractive version + lacework --noninteractive component install iac + lacework iac scan --help && echo "$?" + lacework account list env: CDK_DOWNLOAD_TIMEOUT_MINUTES: 2 - uses: actions/setup-node@v4