Skip to content

Commit

Permalink
add checkov to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed May 1, 2024
1 parent c41915f commit c0296bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
scan-secret:
name: Security
uses: ./.github/workflows/run_secret_scan.yaml
syntax:
check-security:
name: Security
uses: ./.github/workflows/check_security.yaml
syntax-markdown:
name: Syntax
uses: ./.github/workflows/syntax_check_markdown.yaml
unit-powershell:
Expand Down

0 comments on commit c0296bc

Please sign in to comment.