Skip to content

Commit

Permalink
Enable Jenkins Security Scan (#2516)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Jun 20, 2024
1 parent 3b0e6de commit be6f20f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Jenkins Security Scan

on:
push:
branches:
- master
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:

permissions:
security-events: write
contents: read
actions: read

jobs:
security-scan:
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: 21 # What version of Java to set up for the build.

0 comments on commit be6f20f

Please sign in to comment.