diff --git a/.github/workflows/schedule-sonar.yml b/.github/workflows/schedule-sonar.yml index 7407743..3d29f06 100644 --- a/.github/workflows/schedule-sonar.yml +++ b/.github/workflows/schedule-sonar.yml @@ -11,7 +11,7 @@ jobs: name: Sonar Analysis runs-on: ubuntu-latest container: - image: jahia/cimg-mvn-cache:ga_cimg_openjdk_8.0.312-node + image: jahia/cimg-mvn-cache:ga_cimg_openjdk_11.0.20-node credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} @@ -30,4 +30,5 @@ jobs: github_pr_id: ${{github.event.number}} sonar_url: ${{ secrets.SONAR_URL }} sonar_token: ${{ secrets.SONAR_TOKEN }} + nvd_apikey: ${{ secrets.NVD_APIKEY }} mvn_settings_filepath: '.github/maven.settings.xml' \ No newline at end of file