We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ec4e7c + df86fa2 commit 17518c4Copy full SHA for 17518c4
.github/workflows/jenkins-security-scan.yml
@@ -2,7 +2,6 @@ name: Jenkins Security Scan
2
on:
3
push:
4
branches:
5
- - "master"
6
- "main"
7
pull_request:
8
types: [ opened, synchronize, reopened ]
@@ -17,5 +16,5 @@ jobs:
17
16
security-scan:
18
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
19
with:
20
- java-cache: 'maven'
21
- java-version: 11
+ java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
+ # 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