improving jas

This commit is contained in:
Jesse Houldsworth 2025-09-08 20:05:46 -07:00
parent 1c3a119dce
commit bce5a0ca6a

View file

@ -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)