Skip to content

Qulice maven plugin 0.23.0 #1239

Qulice maven plugin 0.23.0

Qulice maven plugin 0.23.0 #1239

Workflow file for this run

name: OWASP
on:
schedule:
- cron: '0 0 * * *'
pull_request:
branches: [ master ]
jobs:
owasp:
name: Dependency-Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: JDK 1.8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
- name: Maven
run: mvn --errors --batch-mode -Powasp dependency-check:check