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