mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Removed unused workflow
This commit is contained in:
parent
7937bc6987
commit
e5c8bd0637
1 changed files with 7 additions and 0 deletions
7
.github/workflows/maven-build.yml
vendored
7
.github/workflows/maven-build.yml
vendored
|
@ -35,6 +35,9 @@ jobs:
|
||||||
- name: Build with Maven Wrapper
|
- name: Build with Maven Wrapper
|
||||||
run: ./mvnw -B package
|
run: ./mvnw -B package
|
||||||
|
|
||||||
|
- name: Validate Maven dependencies
|
||||||
|
run: mvn dependency:analyze
|
||||||
|
|
||||||
- name: Run Maven tests
|
- name: Run Maven tests
|
||||||
run: mvn test
|
run: mvn test
|
||||||
|
|
||||||
|
@ -68,6 +71,10 @@ jobs:
|
||||||
run:
|
run:
|
||||||
jf docker push $IMAGE_NAME
|
jf docker push $IMAGE_NAME
|
||||||
|
|
||||||
|
- name: Scan for vulnerabilities
|
||||||
|
run:
|
||||||
|
jf scan
|
||||||
|
|
||||||
- name: Publish Build info With JFrog CLI
|
- name: Publish Build info With JFrog CLI
|
||||||
env:
|
env:
|
||||||
# Generated and maintained by GitHub
|
# Generated and maintained by GitHub
|
||||||
|
|
Loading…
Reference in a new issue