Skip to content

Commit

Permalink
Fix #56: Use custom settings.xml for coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgandcomp committed Nov 1, 2024
1 parent c9b4abd commit 46afafa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ jobs:
java-version: ${{ inputs.java_version }}
distribution: 'temurin'
cache: maven
server-id: jfrog-central
server-username: INTERNAL_USERNAME
server-password: INTERNAL_PASSWORD
- name: Prepare Analysis
run: |
cd ${{ inputs.directory_path }}
cov-build --dir cov-int mvn -DskipTests=true -DuseInternalRepo=true compile
tar czvf ${{ inputs.project-name }}.tgz cov-int
mkdir result && cp ${{ inputs.project-name }}.tgz result
env:
INTERNAL_USERNAME: ${{ secrets.JFROG_USERNAME }}
INTERNAL_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
- name: Storing Generated Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 46afafa

Please sign in to comment.