Skip to content

Commit

Permalink
Clean Checkov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Sep 25, 2023
1 parent aa4bc87 commit 19b037b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/checkov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
type: string
required: false
default: './Dockerfile'
secrets:
BC_API_KEY:
required: true

jobs:
scan:
Expand All @@ -25,19 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - name: Run Checkov action
# id: checkov
# uses: bridgecrewio/checkov-action@master
# with:
# quiet: true # optional: display only failed checks
# soft_fail: true # optional: do not return an error code if there are failed checks
# log_level: DEBUG # optional: set log level. Default WARNING
# docker_image: ${{ inputs.image_name }} # define the name of the image to scan
# dockerfile_path: ${{ inputs.dockerfile_path }} # path to the Dockerfile
# 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
- name: Install Checkov
run: |
pip install checkov
Expand Down

0 comments on commit 19b037b

Please sign in to comment.