Skip to content

Commit

Permalink
Add Jenkins Security Scan (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 17, 2023
1 parent 3c1db4f commit ab60a2c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/jenkins-security-scan.yml
@@ -0,0 +1,24 @@
# Jenkins Security Scan
# For more information, see: https://www.jenkins.io/doc/developer/security/scan/

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 ab60a2c

Please sign in to comment.