mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-07 11:01:10 +00:00
improving jas
This commit is contained in:
parent
d808a221f4
commit
6919cc2baf
1 changed files with 8 additions and 1 deletions
9
.github/workflows/ci-pipeline.yml
vendored
9
.github/workflows/ci-pipeline.yml
vendored
|
|
@ -64,7 +64,14 @@ jobs:
|
|||
# 5) SAST/SCA (on-demand audit; not tied to the build)
|
||||
#################################################
|
||||
- name: JFrog Audit (SAST & SCA)
|
||||
run: jf audit
|
||||
# Add build info to associate results with the published build
|
||||
# Add --fail=false so the pipeline doesn't stop here.
|
||||
# Let Xray Policies and Watches determine the build status later.
|
||||
run: |
|
||||
jf audit \
|
||||
--build-name=${{ env.JFROG_CLI_BUILD_NAME }} \
|
||||
--build-number=${{ env.JFROG_CLI_BUILD_NUMBER }} \
|
||||
--fail=false
|
||||
|
||||
#################################################
|
||||
# 6) Build with Maven (attached to build via env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue