quick fix

This commit is contained in:
Dan Alima 2023-12-30 23:03:28 +02:00
parent 6c1aa85d9d
commit d7b8de8376

View file

@ -37,7 +37,7 @@ jobs:
run: ./mvnw test run: ./mvnw test
- name: Package the project as a runnable Docker image - 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 - name: Scan the project with your preferred SCA tool
uses: aquasecurity/trivy-action@master uses: aquasecurity/trivy-action@master
with: with: