Skip to content

Commit bfea74c

Browse files
committed
Skip SAST scan - pipeline node GLIBC too old for SAST binary requirement
1 parent 99063e8 commit bfea74c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/pipelines.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipelines:
5555
- git merge origin/dev
5656

5757
# Run audit
58-
- jf audit --fail=${AUDIT_FAIL:-false}
58+
- jf audit --fail=${AUDIT_FAIL:-false} --sast=false
5959

6060
# Update version
6161
- sed -i "s/\(currentVersion=\).*\$/\1${NEXT_VERSION}/" gradle.properties

0 commit comments

Comments
 (0)