Skip to content

Commit

Permalink
Add NVD_API_KEY secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Jan 31, 2024
1 parent e3eeb42 commit 9c0cd36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nvd-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ on:
type: string
default: 'run_link'
secrets:
NVD_API_KEY:
required: true
SLACK_WEBHOOK_URL:
required: false

Expand Down Expand Up @@ -72,6 +74,7 @@ jobs:
{nvd-clojure/nvd-clojure
{:mvn/version "${{ inputs.nvd-clojure-version }}"}}}}}'
-Xnvd nvd.task/check
:nvd-api '{:key "${{ secrets.SLACK_WEBHOOK_URL }}"}'
:classpath '"'"$(${{ inputs.classpath-command }})"'"'
:config-filename '"${{ inputs.nvd-config-filename }}"'
Expand Down

0 comments on commit 9c0cd36

Please sign in to comment.