Sign inSign up

usertechnologies/code-scanner

By usertechnologies

•Updated about 2 years ago

Node.js Alpine images for code analysis: OWASP Dependency-Check, Sonar Scanner CLI, typos checker.

Image
0

1.5K

usertechnologies/code-scanner repository overview

⁠Code Analysis Docker Images

This repository provides Docker images that include OWASP Dependency-Check⁠, sonnar-scanner cli⁠, and typos checker⁠. These images are built upon the official NodeJS images⁠, Alpine variant.

Available Tags:

  • 16: Built on Node.js 16, includes OWASP Dependency-Check, Sonar Scanner CLI, and a typos checker.

  • 18: Built on Node.js 18, includes the same code analysis tools as the 16 version.

Image Details:

  • Node.js Version: 16 (for tag 16), 18 (for tag 18)

  • Included Tools:

    • OWASP Dependency-Check: Identify and manage open-source components' security vulnerabilities.

    • Sonar Scanner CLI: Analyze code quality and perform static code analysis.

    • Typos Checker: Detect and fix common typographical errors in your code.

Usage Examples:

# Pull and run the usertechnologies/code-scanner:18 image
docker run -it usertechnologies/code-scanner:18 /bin/sh

# Pull and run the usertechnologies/code-scanner:16 image
docker run -it usertechnologies/code-scanner:16 /bin/sh

Tag summary

Content type

Image

Digest

sha256:d76b396e0…

Size

468.7 MB

Last updated

about 2 years ago

docker pull usertechnologies/code-scanner:18