From 0a186f70c67191a58901082178c0124cbc76f291 Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Thu, 5 Sep 2024 02:24:50 +0400 Subject: [PATCH] NVD API Key --- .github/workflows/dev-docker-matrix-publish.yml | 1 + .github/workflows/dev-release-docker-matrix-publish.yml | 3 ++- .github/workflows/docker-matrix-publish.yml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-docker-matrix-publish.yml b/.github/workflows/dev-docker-matrix-publish.yml index 22c5067..f6293c4 100644 --- a/.github/workflows/dev-docker-matrix-publish.yml +++ b/.github/workflows/dev-docker-matrix-publish.yml @@ -26,3 +26,4 @@ jobs: docker-username: ${{ github.actor }} secrets: docker-password: ${{ secrets.GITHUB_TOKEN }} + nvd-api-key: ${{ secrets.NVD_APIKEY }} \ No newline at end of file diff --git a/.github/workflows/dev-release-docker-matrix-publish.yml b/.github/workflows/dev-release-docker-matrix-publish.yml index 49f3ffe..2afc7ed 100644 --- a/.github/workflows/dev-release-docker-matrix-publish.yml +++ b/.github/workflows/dev-release-docker-matrix-publish.yml @@ -22,4 +22,5 @@ jobs: docker-username: ${{ github.actor }} devRelease: true secrets: - docker-password: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + docker-password: ${{ secrets.GITHUB_TOKEN }} + nvd-api-key: ${{ secrets.NVD_APIKEY }} \ No newline at end of file diff --git a/.github/workflows/docker-matrix-publish.yml b/.github/workflows/docker-matrix-publish.yml index 2514cc2..d2bee67 100644 --- a/.github/workflows/docker-matrix-publish.yml +++ b/.github/workflows/docker-matrix-publish.yml @@ -26,3 +26,4 @@ jobs: docker-username: ${{ github.actor }} secrets: docker-password: ${{ secrets.GITHUB_TOKEN }} + nvd-api-key: ${{ secrets.NVD_APIKEY }} \ No newline at end of file