diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9360876..14931f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,6 @@ cache: key: "$CI_BUILD_STAGE" stages: -- mirror - security - test - release @@ -15,13 +14,13 @@ stages: - pages mirror: - stage: mirror + stage: security script: - npmci git mirror tags: - docker -security: +snyk: stage: security script: - npmci command yarn global add snyk diff --git a/ts/index.ts b/ts/index.ts index 68a3825..cd4f724 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -13,7 +13,7 @@ export interface ILogContext { export interface ILogPackage { logContext: ILogContext; - logLevel: TLogLevel + logLevel: TLogLevel; message: string; }