Skip to content

Commit f1b3521

Browse files
committed
Add Jenkins Security Scan
1 parent 97221b0 commit f1b3521

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)