Periodic NVD Scan #29
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: Periodic NVD Scan | ||
on: | ||
schedule: | ||
- cron: '0 8 * * 1-5' # Every weekday at 8:00 AM | ||
jobs: | ||
nvd-scan: | ||
uses: yetanalytics/workflow-nvd/.github/workflows/nvd-scan.yml@v1 | ||
with: | ||
nvd-clojure-version: '3.2.0' | ||
classpath-command: 'clojure -Spath -A:cli:server' | ||
nvd-config-filename: '.nvd/config.json' | ||
notify-slack: true | ||
secrets: | ||
SLACK_WORKFLOW_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
Check failure on line 16 in .github/workflows/nvd.yml GitHub Actions / Periodic NVD ScanInvalid workflow file
|