Skip to content

Commit

Permalink
Revert "Temporary workaround for NVD being borked (#38)" (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansltx authored Nov 26, 2024
1 parent c56c329 commit de83c73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
repository: fleetdm/fleet
fetch-depth: 1
ref: nvd-redirect
ref: main
token: ${{ github.token }}
path: fleet

Expand All @@ -35,7 +35,6 @@ jobs:
- name: Generate security artifacts
run: |
cd fleet
export FLEET_NVD_BASE_URL_OVERRIDE=https://ff2cffbc7ae7.ngrok.app/
export NVD_API_KEY=${{ secrets.NVD_API_KEY }}
export NETWORK_TEST_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
go run -tags fts5 cmd/cpe/generate.go
Expand Down

0 comments on commit de83c73

Please sign in to comment.