Skip to content

Check vulnerabilities #39

Check vulnerabilities

Check vulnerabilities #39

Workflow file for this run

name: Check vulnerabilities
on:
push:
branches:
- v2.0
schedule:
- cron: '30 5 * * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
checks: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
cache: maven
# - name: Run snyk
# run: SNYK_TOKEN=${{ secrets.SNYK_TOKEN }} mvn --batch-mode snyk:test