Skip to content

Commit 56c4574

Browse files
authored
Merge pull request #121 from strangelookingnerd/patch-1
Enable Jenkins Security Scan
2 parents 0d945d8 + 53b4249 commit 56c4574

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Jenkins Security Scan
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
pull_request:
9+
types: [ opened, synchronize, reopened ]
10+
workflow_dispatch:
11+
12+
permissions:
13+
security-events: write
14+
contents: read
15+
actions: read
16+
17+
jobs:
18+
security-scan:
19+
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
20+
with:
21+
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
22+
java-version: 17 # What version of Java to set up for the build.

0 commit comments

Comments
 (0)