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 97221b0 commit f1b3521Copy full SHA for f1b3521
.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