Skip to content

Commit 0201e7c

Browse files
committed
Enable Jenkins Security Scan
1 parent 9caa1c7 commit 0201e7c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Jenkins Security Scan
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
types: [ opened, synchronize, reopened ]
8+
workflow_dispatch:
9+
10+
permissions:
11+
security-events: write
12+
contents: read
13+
actions: read
14+
15+
jobs:
16+
security-scan:
17+
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
18+
with:
19+
java-cache: 'maven'
20+
java-version: 11

0 commit comments

Comments
 (0)