Loading .gitlab-ci.yml +12 −12 Original line number Diff line number Diff line include: - template: Security/Secure-Binaries.gitlab-ci.yml secrets: variables: SECURE_BINARIES_ANALYZER_VERSION: "5" ################################################################################################################ ################################################################################################################ Loading @@ -18,19 +14,23 @@ secrets: ################################################################################################################ pmd-apex: only: variables: - $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" && $SECURE_BINARIES_ANALYZERS =~ /\bpmd-apex\b/ nodejs-scan: variables: SECURE_BINARIES_ANALYZER_VERSION: "4" semgrep: # secrets: # variables: # SECURE_BINARIES_ANALYZER_VERSION: "5" # semgrep: # variables: # SECURE_BINARIES_ANALYZER_VERSION: "4" pmd-apex: only: variables: SECURE_BINARIES_ANALYZER_VERSION: "4" - $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" && $SECURE_BINARIES_ANALYZERS =~ /\bpmd-apex\b/ ################################################################################################################ ################################################################################################################ Loading Loading
.gitlab-ci.yml +12 −12 Original line number Diff line number Diff line include: - template: Security/Secure-Binaries.gitlab-ci.yml secrets: variables: SECURE_BINARIES_ANALYZER_VERSION: "5" ################################################################################################################ ################################################################################################################ Loading @@ -18,19 +14,23 @@ secrets: ################################################################################################################ pmd-apex: only: variables: - $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" && $SECURE_BINARIES_ANALYZERS =~ /\bpmd-apex\b/ nodejs-scan: variables: SECURE_BINARIES_ANALYZER_VERSION: "4" semgrep: # secrets: # variables: # SECURE_BINARIES_ANALYZER_VERSION: "5" # semgrep: # variables: # SECURE_BINARIES_ANALYZER_VERSION: "4" pmd-apex: only: variables: SECURE_BINARIES_ANALYZER_VERSION: "4" - $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" && $SECURE_BINARIES_ANALYZERS =~ /\bpmd-apex\b/ ################################################################################################################ ################################################################################################################ Loading