diff --git a/.github/workflows/cve-scanning.yml b/.github/workflows/cve-scanning.yml index b02854a5..41dd3e51 100644 --- a/.github/workflows/cve-scanning.yml +++ b/.github/workflows/cve-scanning.yml @@ -28,7 +28,7 @@ jobs: - name: Build with Maven run: mvn install -DskipTests - name: Depcheck - uses: dependency-check/Dependency-Check_Action@1.1.0 + uses: dependency-check/Dependency-Check_Action@main id: Depcheck env: JAVA_HOME: /opt/jdk @@ -41,8 +41,6 @@ jobs: --suppression ./.github/workflows/allow-list.xml --failOnCVSS 5 --enableRetired - --ossIndexUsername ${{ secrets.SONATYPE_INDEX_USER }} - --ossIndexPassword ${{ secrets.SONATYPE_INDEX_PASSWORD }} - name: Upload Test results if: ${{ always() }}