We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2443c07 commit efb2682Copy full SHA for efb2682
.github/workflows/jenkins-security-scan.yml
@@ -0,0 +1,21 @@
1
+name: Jenkins Security Scan
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ types: [ opened, synchronize, reopened ]
9
+ workflow_dispatch:
10
11
+permissions:
12
+ security-events: write
13
+ contents: read
14
+ actions: read
15
16
+jobs:
17
+ security-scan:
18
+ uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
19
+ with:
20
+ java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
21
+ # java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
0 commit comments