Skip to content

Commit

Permalink
#2 enabled scan pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Jun 12, 2024
1 parent d678181 commit d67cb9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d67cb9f

Please sign in to comment.