We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99063e8 commit bfea74cCopy full SHA for bfea74c
1 file changed
release/pipelines.release.yml
@@ -55,7 +55,7 @@ pipelines:
55
- git merge origin/dev
56
57
# Run audit
58
- - jf audit --fail=${AUDIT_FAIL:-false}
+ - jf audit --fail=${AUDIT_FAIL:-false} --sast=false
59
60
# Update version
61
- sed -i "s/\(currentVersion=\).*\$/\1${NEXT_VERSION}/" gradle.properties
0 commit comments