https://github.com/petermosmans/tools-image
Create a Docker image containing several security tools
https://github.com/petermosmans/tools-image
Last synced: 8 months ago
JSON representation
Create a Docker image containing several security tools
- Host: GitHub
- URL: https://github.com/petermosmans/tools-image
- Owner: PeterMosmans
- License: gpl-3.0
- Created: 2020-07-19T05:27:59.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:25:47.000Z (about 2 years ago)
- Last Synced: 2025-01-23T06:29:04.263Z (over 1 year ago)
- Language: Dockerfile
- Size: 77.1 KB
- Stars: 16
- Watchers: 2
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tools-image
This repository contains all files necessary to build a Docker image, containing
several security-related tools. The tools can then easily be used in a
Continuous Integration pipeline, by using this image.
Some of the tools are binaries (for example the SonarQube scanner), some are
Python libraries, and some are Node packages.
The accompanying `.gitlab-ci.yml` file can be used to automatically test the
image, using several automated security testing tools.
A prebuilt Docker image can be found on
and downloaded from
docker.io using the tag `gofwd/tools-image`
The following tools are available:
- ansible-lint
- curl
- cyclonedx-py
- detect-secrets
- grype
- jwt_tool.py
- nikto.pl
- nmap
- npm
- pylint
- shcheck.py
- sonar-scanner
- ssh-audit
- testssl.sh
- yamllint