Skip to content

Commit

Permalink
Disable lacework scan temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bagel-dawg authored Nov 21, 2023
1 parent 6d2a003 commit 9f05c2e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: |
make test
- name: Lacework scan
uses: lacework/lw-scanner-action@v1.3.2
with:
LW_ACCOUNT_NAME: ${{ secrets.LW_ACCOUNT_NAME }}
LW_ACCESS_TOKEN: ${{ secrets.LW_ACCESS_TOKEN }}
IMAGE_NAME: localimage
IMAGE_TAG: localtag
# - name: Lacework scan
# uses: lacework/lw-scanner-action@v1.3.2
# with:
# LW_ACCOUNT_NAME: ${{ secrets.LW_ACCOUNT_NAME }}
# LW_ACCESS_TOKEN: ${{ secrets.LW_ACCESS_TOKEN }}
# IMAGE_NAME: localimage
# IMAGE_TAG: localtag

0 comments on commit 9f05c2e

Please sign in to comment.