Skip to content

Commit

Permalink
Update checkov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Sep 23, 2023
1 parent 71f2c30 commit e64ce64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/checkov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
description: 'The name of the docker image to build'
type: string
required: false
default: 'apache'

default: 'apache'
dockerfile_path:
description: 'The path of the Dockerfile'
type: string
required: false
default: './Dockerfile'
secrets:
BC_API_KEY:
required: true

jobs:
scan:
Expand Down Expand Up @@ -41,4 +43,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
if: success() || failure()
with:
sarif_file: results.sarif
sarif_file: results.sarif

0 comments on commit e64ce64

Please sign in to comment.