diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 062065a84c..eface7f3c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +#include: +#- template: Security/SAST.gitlab-ci.yml + variables: CI_HAWK_ARTIFACT_NAME: "BizHawk_devbuild_${CI_COMMIT_SHORT_SHA}" CI_HAWK_TMPARTIFACT_NAME: "BizHawk_tempbuild_${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}" @@ -125,6 +128,11 @@ run_tests: - Dist/BuildTestRelease.sh || Dist/BuildTestRelease.sh stage: test +#sast: +# variables: +# SAST_EXCLUDED_ANALYZERS: bandit, brakeman, eslint, flawfinder, gosec, kubesec, nodejs-scan, phpcs-security-audit, pmd-apex, sobelow, spotbugs +# stage: test + #cache: # key: "$CI_COMMIT_REF_SLUG" # paths: