mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
quick fix
This commit is contained in:
parent
6c1aa85d9d
commit
d7b8de8376
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: ./mvnw test
|
||||
|
||||
- name: Package the project as a runnable Docker image
|
||||
run: docker buildx build --platform linux/arm64,linux/amd64 --load -t my_repo/jfrog_assignment:${{ github.sha }} .
|
||||
run: docker buildx build --platform linux/arm64,linux/amd64 -t my_repo/jfrog_assignment:${{ github.sha }} .
|
||||
- name: Scan the project with your preferred SCA tool
|
||||
uses: aquasecurity/trivy-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue