Skip to content

Commit

Permalink
Update checkov_frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash-kumar2 authored Jun 30, 2023
1 parent ead2ee1 commit 91af09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checkov_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Run Checkov Scan
run: |
echo $(ls -l bridgecrew/checkov)
docker run --rm --volume /home/runner/work/winter-pressures-frontend/winter-pressures-frontend:/tf/:rw bridgecrew/checkov --directory /tf --soft-fail --output json --output-file-path checkov_report.json
echo ${{ github.workspace }}
echo $(ls -a ${{ github.workspace }}/ | grep "checkov")
Expand Down

0 comments on commit 91af09f

Please sign in to comment.