adding Docker build and setup JFrog steps

This commit is contained in:
Dan Alima 2023-12-30 13:41:47 +02:00
parent 57763f299f
commit ec2e19f537

View file

@ -29,3 +29,15 @@ jobs:
run: ./mvnw -B package run: ./mvnw -B package
- name: Run the tests - name: Run the tests
run: ./mvnw test run: ./mvnw test
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Package the project as a runnable Docker image
run: ./mvnw spring-boot:build-image
- name: Set up JFrog CLI
uses: jfrog/setup-jfrog-cli@v3
- name: Scan the project with your preferred SCA tool
run: jf --version