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.
2 parents 0d945d8 + 53b4249 commit 56c4574Copy full SHA for 56c4574
.github/workflows/jenkins-security-scan.yml
@@ -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