We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d874a55 commit 172ca2cCopy full SHA for 172ca2c
1 file changed
.github/workflows/jenkins-security-scan.yml
@@ -0,0 +1,24 @@
1
+# Jenkins Security Scan
2
+# For more information, see: https://www.jenkins.io/doc/developer/security/scan/
3
+
4
+name: Jenkins Security Scan
5
6
+on:
7
+ push:
8
+ branches:
9
+ - master
10
+ pull_request:
11
+ types: [opened, synchronize, reopened]
12
+ workflow_dispatch:
13
14
+permissions:
15
+ security-events: write
16
+ contents: read
17
+ actions: read
18
19
+jobs:
20
+ security-scan:
21
+ uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
22
+ with:
23
+ java-cache: 'maven'
24
+ java-version: 11
0 commit comments