Skip to content

Commit ac89c3b

Browse files
authored
build: integrate securesdlc workflow (#503)
Integrates the reusable `securesdlc` workflow from the `.github` repository. This workflow runs security checks on the codebase. The `install_modules` job now depends on the successful completion of the `securesdlc` job.
1 parent 9be5eea commit ac89c3b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
- main
77

88
jobs:
9+
securesdlc:
10+
uses: inkonchain/.github/.github/workflows/securesdlc.yml@main
11+
912
install_modules:
13+
needs: securesdlc
1014
runs-on: ubuntu-latest
1115
steps:
1216
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)