Skip to content

Commit

Permalink
finish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed May 1, 2024
1 parent c46e169 commit 2b072bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/run_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,32 @@ jobs:
uses: ./.github/workflows/lint_powershell.yaml
scan-secret:
name: Security
if: always()
needs:
- lint-yaml
- lint-powershell
- lint-yaml
- lint-powershell
uses: ./.github/workflows/run_secret_scan.yaml
check-security:
name: Security
if: always()
needs:
- lint-yaml
- lint-powershell
- lint-yaml
- lint-powershell
uses: ./.github/workflows/check_security.yaml
syntax-markdown:
name: Syntax
if: always()
needs:
- scan-secret
- check-security
uses: ./.github/workflows/syntax_check_markdown.yaml
unit-powershell:
name: Unit
needs:
- syntax-markdown
uses: ./.github/workflows/unit_test_powershell.yaml
unit-opa:
name: Unit
needs:
- syntax-markdown
uses: ./.github/workflows/unit_test_opa.yaml
1 change: 1 addition & 0 deletions Testing/Linting/MegaLinter/.yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ rules:
# Don't bother me with these rules
document-start: disable
truthy: disable
comments-indentation: disable

0 comments on commit 2b072bb

Please sign in to comment.