mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-09 19:51:10 +00:00
moving audit
This commit is contained in:
parent
6b594ac72c
commit
38d4ec73d9
1 changed files with 9 additions and 8 deletions
17
.github/workflows/ci-pipeline.yml
vendored
17
.github/workflows/ci-pipeline.yml
vendored
|
|
@ -60,6 +60,15 @@ 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/
|
||||
|
||||
|
||||
|
||||
#################################################
|
||||
# 6) Build with Maven (attached to build via env)
|
||||
#################################################
|
||||
- name: Maven Build With JFrog CLI
|
||||
run: |
|
||||
jf mvn clean install \
|
||||
-DskipTests=true -Denforcer.skip=true
|
||||
#################################################
|
||||
# 5) SAST/SCA (Associated with an Xray Watch)
|
||||
#################################################
|
||||
|
|
@ -71,14 +80,6 @@ jobs:
|
|||
--watches=jesseh-security \
|
||||
--fail=true
|
||||
|
||||
#################################################
|
||||
# 6) Build with Maven (attached to build via env)
|
||||
#################################################
|
||||
- name: Maven Build With JFrog CLI
|
||||
run: |
|
||||
jf mvn clean install \
|
||||
-DskipTests=true -Denforcer.skip=true
|
||||
|
||||
#################################################
|
||||
# 7) Scan produced artifact (on-demand scan)
|
||||
#################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue