Skip to content

Commit

Permalink
Added java-scan-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Dec 9, 2024
1 parent 7f8de02 commit 93504ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Scan licenses and vulnerabilities in java project

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'

jobs:
build:
# FIXME: migrate to main branch after https://github.com/th2-net/.github/pull/100 merge
uses: th2-net/.github/.github/workflows/compound-java-scan.yml@java-scan-workflow
secrets:
nvd-api-key: ${{ secrets.NVD_APIKEY }}

0 comments on commit 93504ed

Please sign in to comment.