From d67cb9ff1bbe3e0dfe125edaf20abcf51aa678f8 Mon Sep 17 00:00:00 2001 From: Sourav Kundu Date: Wed, 12 Jun 2024 08:04:10 -0500 Subject: [PATCH] #2 enabled scan pipeline --- .github/workflows/code-scan.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: