Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #295

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #295

# 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