We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686afea commit f5ae61aCopy full SHA for f5ae61a
.github/workflows/jenkins-trigger.yml
@@ -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