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 ec0aefb commit cefe07a
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 @@ -24,7 +24,7 @@ jobs:
run: pip install checkov

- name: Run Checkov Scan
run: checkov --directory /tf --soft-fail --output json --output-file-path checkov_report.json
run: checkov --directory . --soft-fail --output json --output-file-path checkov_report.json

# - name: Generate Report
#run: checkov -d . --output junitxml > checkov-report.xml
Expand Down

0 comments on commit cefe07a

Please sign in to comment.