mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-09 19:51:10 +00:00
ci workflow
This commit is contained in:
parent
f009779a89
commit
bd6391edf9
1 changed files with 9 additions and 4 deletions
13
.github/workflows/ci-pipeline.yml
vendored
13
.github/workflows/ci-pipeline.yml
vendored
|
|
@ -116,8 +116,13 @@ jobs:
|
|||
#################################################
|
||||
- name: Publish Build Info
|
||||
run: |
|
||||
jfrog rt build-collect-env # Collect environment variables
|
||||
jfrog rt build-add-dependencies . # Add dependencies found in the current directory
|
||||
jfrog rt build-add-git # Add Git commit information
|
||||
jfrog rt build-publish "jesseh-spring-petclinic" "${{ github.run_id }}"
|
||||
jf rt build-collect-env "jesseh-spring-petclinic" "${{ github.run_id }}"
|
||||
jf rt build-add-dependencies . "jesseh-spring-petclinic" "${{ github.run_id }}"
|
||||
jf rt build-add-git "jesseh-spring-petclinic" "${{ github.run_id }}"
|
||||
jf rt build-publish "jesseh-spring-petclinic" "${{ github.run_id }}"
|
||||
|
||||
- name: Xray build scan
|
||||
run: jf bs "jesseh-spring-petclinic" "${{ github.run_id }}" --vuln
|
||||
|
||||
|
||||
# Publishes build metadata (dependencies, artifacts, environment) to JFrog
|
||||
Loading…
Add table
Add a link
Reference in a new issue