Skip to content

Merge pull request #6 from yetanalytics/deps-update #28

Merge pull request #6 from yetanalytics/deps-update

Merge pull request #6 from yetanalytics/deps-update #28

Workflow file for this run

name: CI for NVD scan reusable workflow
on:
push:
branches:
- '*'
tags:
- 'v*'
# Normally this job will output success.
# However we can cause this to fail by uncommenting the log4j dep in deps.edn
jobs:
nvd_scan:
uses: yetanalytics/workflow-nvd/.github/workflows/nvd-scan.yml@075ddfe15235e95590d9db32daff25b14d036976
with:
notify-slack: true
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}