Skip to content

Commit 7b6de8f

Browse files
committed
Use updated Jenkins Security Scan
1 parent f935584 commit 7b6de8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/jenkins-security-scan.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ on:
1111
types: [opened, synchronize, reopened]
1212
workflow_dispatch:
1313

14+
permissions:
15+
security-events: write
16+
contents: read
17+
actions: read
18+
1419
jobs:
1520
security-scan:
1621
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1722
with:
23+
java-cache: 'maven'
1824
java-version: 11

0 commit comments

Comments
 (0)