From b1ceb57cc0789d5bf361b8ddc5cfeaa31adaa5a6 Mon Sep 17 00:00:00 2001 From: Bhuvnesh Bamoriya Date: Tue, 26 Nov 2024 15:19:05 +0530 Subject: [PATCH] fix dependency check --- .github/workflows/pr-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 3ba9a304..2119dd3c 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -61,4 +61,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Dependency Check - uses: hypertrace/github-actions/dependency-check@main \ No newline at end of file + uses: hypertrace/github-actions/dependency-check@main + with: + database-password: ${{ secrets.NVD_DATABASE_PASSWORD }} \ No newline at end of file