Skip to content

Commit

Permalink
fix checkov security (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
achiar99 authored Feb 14, 2024
1 parent 8aefc69 commit c61e54e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
- name: Scan for secrets
uses: bridgecrewio/checkov-action@master # use latest and greatest
with:
api-key: ${{ secrets.BC_API_KEY }}
api-key: ${{ secrets.PRISMA_KEY_API2 }}
prisma-api-url: ${{ secrets.PRISMA_API_URL_2 }}
config_file: .github/checkov.yaml

0 comments on commit c61e54e

Please sign in to comment.