mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
Update maven.yml
This commit is contained in:
parent
1b02ef7feb
commit
c8e64b5c1d
1 changed files with 11 additions and 1 deletions
12
.github/workflows/maven.yml
vendored
12
.github/workflows/maven.yml
vendored
|
@ -71,4 +71,14 @@ jobs:
|
||||||
|
|
||||||
- name: "😆 Image using Pack"
|
- name: "😆 Image using Pack"
|
||||||
run: |
|
run: |
|
||||||
pack build ghcr.io/octodemo/spring-petclinic/spring-petclinic:${{ github.sha }} --builder paketobuildpacks/builder:base --env 'BP_JVM_VERSION=8.*' --tag ghcr.io/octodemo/spring-petclinic/spring-petclinic:latest --publish
|
pack build ghcr.io/octodemo/spring-petclinic/spring-petclinic:${{ github.sha }} --builder paketobuildpacks/builder:base --env 'BP_JVM_VERSION=8.*' --tag ghcr.io/octodemo/spring-petclinic/spring-petclinic:latest --publish
|
||||||
|
|
||||||
|
- uses: anchore/scan-action@v2
|
||||||
|
id: scan
|
||||||
|
with:
|
||||||
|
image: "ghcr.io/octodemo/spring-petclinic/spring-petclinic:latest"
|
||||||
|
acs-report-enable: true
|
||||||
|
- name: upload Anchore scan SARIF report
|
||||||
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
|
with:
|
||||||
|
sarif_file: ${{ steps.scan.outputs.sarif }}
|
||||||
|
|
Loading…
Reference in a new issue