Skip to content

Commit

Permalink
Use updated Jenkins Security Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 20, 2022
1 parent f4aedd5 commit 7f53eca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ on:
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 7f53eca

Please sign in to comment.