From e6a69ef7f0dcf870e7e836668f655462e86f9480 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:20:22 +1100 Subject: [PATCH] Update check_nist.yaml --- .github/workflows/check_nist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_nist.yaml b/.github/workflows/check_nist.yaml index 4aed4681..a0a5b4d1 100644 --- a/.github/workflows/check_nist.yaml +++ b/.github/workflows/check_nist.yaml @@ -47,7 +47,7 @@ jobs: echo "CHANGES=$CHANGES" >> $GITHUB_ENV if [[ CHANGES -eq 1 ]]; then - git add cves/*.txt + git add tools/cves/*.txt git diff --name-only --staged fi