CodeQL
/
Analyze CodeQL
1m 54s
Linting
/
Nest Lint
1m 8s
Tests and Sonarcloud
/
Tests and Sonarcloud
3m 29s
Scheduled trivy scan of latest image
/
Trivy Scan
Publish image and scan with trivy
/
build_and_upload_image
Publish image and scan with trivy
/
...
/
Trivy Scan
Annotations
2 errors and 4 warnings
Linting / Nest Lint
Process completed with exit code 1.
|
Tests and Sonarcloud / Tests and Sonarcloud
Process completed with exit code 1.
|
Linting / Nest Lint:
src/core/logging/nest-logger.spec.ts#L18
Expected nestLogger to have a type annotation
|
Linting / Nest Lint:
src/core/logging/nest-logger.spec.ts#L27
Replace `⏎············.every(v·=>·v[1]·as·string·==·'Test'))` with `.every((v)·=>·(v[1]·as·string)·==·'Test'));`
|
Linting / Nest Lint:
src/core/logging/nest-logger.spec.ts#L28
Expected v to have a type annotation
|
|