Skip to content

Commit

Permalink
Use NVD apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Dec 8, 2023
1 parent ea65bae commit 7dc645e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
QUARKUS_NATIVE_CONTAINER_RUNTIME_OPTIONS: '--platform=linux/${{ matrix.arch }}'
QUARKUS_BUILDPACK_NATIVE_BUILDER_IMAGE: '${{ env.builder_image }}:${{ matrix.builder_image_tag }}'
QUARKUS_DOCKER_BUILDX_PLATFORM: 'linux/${{ matrix.arch }}'
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
run: |
skip_tests=""
# cannot exec arm binary during native tests on non-arm64 platform.
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>io.github.heubeck</groupId>
<artifactId>examiner</artifactId>
<version>1.11.24</version>
<version>1.11.25</version>

<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down Expand Up @@ -221,6 +221,7 @@
<skipProvidedScope>true</skipProvidedScope>
<skipRuntimeScope>true</skipRuntimeScope>
<skipTestScope>true</skipTestScope>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 7dc645e

Please sign in to comment.