Skip to content

Fix linting errors in dummy project #21

Fix linting errors in dummy project

Fix linting errors in dummy project #21

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@50d689edd885e715e225da3359e5eb416aa5eb1e
with:
notify-slack: true
secrets:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}