From 19b037bd620fea29527b2c1ea1abdce516620080 Mon Sep 17 00:00:00 2001 From: 0GiS0 Date: Mon, 25 Sep 2023 09:07:22 +0000 Subject: [PATCH] Clean Checkov workflow --- .github/workflows/checkov.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/checkov.yaml b/.github/workflows/checkov.yaml index aa03718..b0ef361 100644 --- a/.github/workflows/checkov.yaml +++ b/.github/workflows/checkov.yaml @@ -13,9 +13,6 @@ on: type: string required: false default: './Dockerfile' - secrets: - BC_API_KEY: - required: true jobs: scan: @@ -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