Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
Added NVD API Key Env Var
  • Loading branch information
StefanSchubert authored Dec 22, 2023
1 parent a45bd61 commit 2c48631
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
name: Analyze
runs-on: macos-latest

env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2c48631

Please sign in to comment.