Skip to content

Commit

Permalink
remove bridgecrew check
Browse files Browse the repository at this point in the history
  • Loading branch information
ssickles committed Mar 9, 2024
1 parent 5ab74bd commit 27cd3a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Run Bridgecrew
id: Bridgecrew
uses: bridgecrewio/bridgecrew-action@master
with:
api-key: ${{ secrets.BC_API_KEY }}
# - name: Run Bridgecrew
# id: Bridgecrew
# uses: bridgecrewio/bridgecrew-action@master
# with:
# api-key: ${{ secrets.BC_API_KEY }}

- name: Set up Nullstone
uses: nullstone-io/setup-nullstone-action@v0
Expand Down

0 comments on commit 27cd3a4

Please sign in to comment.