Skip to content

Commit

Permalink
Update dependency-check-sbom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodematteis authored Feb 11, 2025
1 parent 6c9f8fa commit 7fdbea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-check-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
with:
repository: ${{ inputs.src_repository }}
- name: Build project with Maven
run: mvn clean install
run: mvn package -Dmaven.test.skip=true
#run: mvn clean build
- name: Depcheck
uses: dependency-check/Dependency-Check_Action@main
id: Depcheck
Expand Down

0 comments on commit 7fdbea3

Please sign in to comment.