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 146613b commit bf2cee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkov_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
docker run --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")
# echo $(find /home/runner/work/ -iname 'checkov_report.json')
echo $(find /home/runner/work/tf -iname 'checkov_report.json')
# 28/6/23 - ''docker run --rm --volume ${{ github.workspace }}:/tf bridgecrew/checkov'' is running checkov in a container, ''output'' is saving file
# in the same container; just need to figure out where it is - a filepath issue! Then we can figure out a way to upload that
Expand Down

0 comments on commit bf2cee8

Please sign in to comment.