Skip to content

Update SHA in CI

Update SHA in CI #17

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@9c0cd3680bc3079000ee0c56c20cc6590be170e3

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI for NVD scan reusable workflow

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 11): Secret NVD_API_KEY is required, but not provided while calling.

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI for NVD scan reusable workflow

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 11): Secret NVD_API_KEY is required, but not provided while calling.
with:
notify-slack: true
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}