Skip to content

Update main.yml

Update main.yml #6

Workflow file for this run

on: [push]
jobs:
depchecktest:
runs-on: ubuntu-latest
name: depecheck_test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build project with Maven
run: mvn clean install
- name: Depcheck
uses: dependency-check/[email protected]
id: Depcheck
with:
project: 'test'
path: '.'
format: 'HTML'
others: '"--disableYarnAudit", "--failOnCVSS 7"'
- name: Upload Test results
uses: actions/upload-artifact@master
with:
name: Depcheck report
path: ${{github.workspace}}/reports