Skip to content

Commit

Permalink
Add Jenkins Security Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Mar 18, 2022
1 parent 1dea5a9 commit 7b0ebea
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
java-version: 11

0 comments on commit 7b0ebea

Please sign in to comment.