Skip to content

Commit

Permalink
Add checkov secret scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod committed Sep 20, 2023
1 parent 9f6188b commit e32dc50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
actions: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkov@v3
- name: Checkout repo
uses: actions/checkov@v3
- name: Run checkov
uses: bridgecrewio/checkov-action@latest
uses: bridgecrewio/checkov-action@master
env:
ENABLE_SECRET_SCAN_ALL_FILES: TRUE
with:
Expand Down

0 comments on commit e32dc50

Please sign in to comment.