Skip to content

Commit

Permalink
Creates security scan workflow (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp authored Aug 3, 2023
1 parent 16b5d5e commit edf8358
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/security-scan.yaml
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 edf8358

Please sign in to comment.