Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

npm run lint-fix && npm run pretty-fix
# npm run lint-fix && npm run pretty-fix
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading