Skip to content

Commit

Permalink
improve build action
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Sep 5, 2024
1 parent 1018649 commit ecd4e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
java-version: '11'
cache: maven
- name: Build with Maven
run: mvn install -ntp
run: mvn install -DskipTests -ntp
- name: Copy owasp database from container to runner
run: docker cp $(docker ps -aqf "name=owasp-db"):/dependency-check/data ./dependency-checker-db/
- name: OWASP Check
Expand Down

0 comments on commit ecd4e1a

Please sign in to comment.