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
1c3a119dce
commit
bce5a0ca6a
1 changed files with 1 additions and 7 deletions
8
.github/workflows/ci-pipeline.yml
vendored
8
.github/workflows/ci-pipeline.yml
vendored
|
|
@ -60,12 +60,6 @@ jobs:
|
|||
- name: Configure Maven to resolve via Artifactory
|
||||
run: jf mvnc --global --repo-resolve-releases jesseh-maven-dev-virtual/ --repo-resolve-snapshots jesseh-maven-dev-virtual/
|
||||
|
||||
#################################################
|
||||
# 5) SAST/SCA (on-demand audit; not tied to the build)
|
||||
#################################################
|
||||
#################################################
|
||||
# 5) SAST/SCA (Associated with a JFrog Project)
|
||||
#################################################
|
||||
#################################################
|
||||
# 5) SAST/SCA (Associated with an Xray Watch)
|
||||
#################################################
|
||||
|
|
@ -75,7 +69,7 @@ jobs:
|
|||
run: |
|
||||
jf audit \
|
||||
--watches=jesseh-security \
|
||||
--fail=false
|
||||
--fail=true
|
||||
|
||||
#################################################
|
||||
# 6) Build with Maven (attached to build via env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue