Skip to content

Commit

Permalink
Update Jenkins Security Scan action (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd authored Aug 8, 2024
1 parent e9b490e commit 481d125
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Jenkins Security Scan
on:
push:
branches:
- main
- master
- develop
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:
Expand All @@ -19,4 +18,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: 17 # 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 481d125

Please # to comment.