Commit 7e2fe2c8 authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Update .gitlab-ci.yml

parent e7351feb
Loading
Loading
Loading
Loading
Loading
+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"

################################################################################################################
################################################################################################################

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

################################################################################################################
################################################################################################################