Skip to content

Commit

Permalink
added bc_api_key paramenter for checkov
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Sep 23, 2023
1 parent f619f44 commit 71f2c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
container_user: 1000 # optional: Define what UID and / or what GID to run the container under to prevent permission issues
output_format: cli,sarif
output_file_path: console,results.sarif
# api-key: ${{ secrets.BC_API_KEY }} # Bridgecrew API key stored as a GitHub secret
api-key: ${{ secrets.BC_API_KEY }} # Bridgecrew API key stored as a GitHub secret

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 71f2c30

Please sign in to comment.