Scan licenses and vulnerabilities in java project #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scan licenses and vulnerabilities in java project | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * 1' | |
jobs: | |
build: | |
uses: th2-net/.github/.github/workflows/compound-java-scan.yml@main | |
secrets: | |
nvd-api-key: ${{ secrets.NVD_APIKEY }} |