diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index dced46f..79d3069 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -3,14 +3,14 @@ name: checkov-static-analysis-scan # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "main" branch - # push: - # branches: [ '*' ] - # paths-ignore: - # - '**/README.md' - # pull_request: - # branches: ["main"] - # paths-ignore: - # - '**/README.md' + push: + branches: [ '*' ] + paths-ignore: + - '**/README.md' + pull_request: + branches: ["main"] + paths-ignore: + - '**/README.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: