Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] NVD_API_KEY does not get injected for PRs on develop-6.x.x #5391

Open
dizzzz opened this issue Aug 2, 2024 · 1 comment
Open

[BUG] NVD_API_KEY does not get injected for PRs on develop-6.x.x #5391

dizzzz opened this issue Aug 2, 2024 · 1 comment
Assignees

Comments

@dizzzz
Copy link
Member

dizzzz commented Aug 2, 2024

See #5386 (review)

I tried a lot, for develop all works OK, for 6xx is it not....

${env.NVD_API_KEY} in parent/pom.xml

@joewiz joewiz changed the title [BUG] NVD_API_KEY doe snot get injected for PRs on develop-6.x.x [BUG] NVD_API_KEY does not get injected for PRs on develop-6.x.x Aug 2, 2024
@eduarddrenth
Copy link
Contributor

I use

<nvdApiKey>${nvdApiKey}</nvdApiKey>

in my pom and

  <profiles>
    <profile>
      <id>nvd</id>
      <properties>
        <nvdApiKey>very secret</nvdApiKey>
      </properties>
    </profile>
  </profiles>
 
  <activeProfiles>
    <activeProfile>nvd</activeProfile>
  </activeProfiles>```
in my settings.xml. Works perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants