Skip to content

Commit

Permalink
Merge pull request #16 from strangelookingnerd/patch-1
Browse files Browse the repository at this point in the history
Update Jenkins Security Scan action
  • Loading branch information
identifysun authored Aug 22, 2024
2 parents d5003a0 + dd73a07 commit 1d4d0c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- "master"
- "main"
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:
Expand All @@ -20,4 +19,4 @@ jobs:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
java-version: 11 # What version of Java to set up for the build.
# java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.

0 comments on commit 1d4d0c3

Please sign in to comment.