Skip to content

Commit 50a7167

Browse files
author
GitHub Actions
committed
Add workflow file to branch rohit-sre-github-patch-28-1
1 parent c98d0c4 commit 50a7167

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Jenkins Trigger - Security Scan
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, reopened]
9+
10+
jobs:
11+
jenkins-security-check:
12+
uses: thoughtspot/workflows/.github/workflows/jenkins-trigger.yml@main
13+
secrets:
14+
JENKINS_USER: ${{ secrets.JENKINS_USER }}
15+
JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}

0 commit comments

Comments
 (0)