Skip to content

Commit cfbd442

Browse files
feat: add security pipeline workflow to repository
1 parent 0b2576c commit cfbd442

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: "Security Pipeline"
2+
on: [pull_request, push, workflow_dispatch]
3+
jobs:
4+
security_pipeline:
5+
uses: TrustlyInc/secops-appsec-pipeline-actions/.github/workflows/entrypoint.yml@main
6+
secrets: inherit

0 commit comments

Comments
 (0)