- Shell 44.3%
- Python 34%
- Dockerfile 18.7%
- Groovy 3%
Generated automatically with structured sections (overview, project structure, installation, usage, contributing, license, repository links). Original README content preserved under "Original README". |
||
|---|---|---|
| ansible | ||
| docker | ||
| owasp_jenkins | ||
| reports | ||
| tests | ||
| .gitignore | ||
| build.sh | ||
| compose-owasp.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
| ssh.sh | ||
| start.sh | ||
| stop.sh | ||
| tox.ini | ||
owasp-jenkins
Overview
owasp-jenkins is a repository hosted on this Forgejo instance. This README has been generated to give a structured overview of the project; feel free to edit the sections below with project-specific detail.
Detected project types: Python, Docker.
This repository was migrated from upstream source github.com/shafiqalibhai/owasp-jenkins and is preserved here for archival, reference, or continued local development.
At a glance
- Default branch:
master - Visibility: public
- Size: 109 KB
- Created: 2026-04-27
- Last updated: 2026-04-27
- Stars / Forks / Open issues: 0 / 0 / 0
- License: Apache-2.0
Languages
| Language | Bytes | Share |
|---|---|---|
| Shell | 9,172 bytes | 44.3% |
| Python | 7,050 bytes | 34.0% |
| Dockerfile | 3,875 bytes | 18.7% |
| Groovy | 627 bytes | 3.0% |
Repository structure
ansible/docker/owasp_jenkins/reports/tests/.gitignore(286 B)build.sh(1,668 B)compose-owasp.yml(1,291 B)Dockerfile(3,875 B)LICENSE(553 B)README.rst(27,167 B)setup.cfg(41 B)setup.py(2,582 B)ssh.sh(87 B)start.sh(226 B)stop.sh(357 B)tox.ini(422 B)
Getting started
Clone the repository:
git clone https://forgejo.deployview.com/ssa/owasp-jenkins.git
cd owasp-jenkins
Installation
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
docker build -t image-name .
docker run --rm -it image-name
# or with compose
docker compose up -d
Usage
Invoke the main entry point:
python3 main.py # or the appropriate module
After building, run the container with the command shown above. Mount volumes and forward ports as required by the application.
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
Please follow the existing code style and include tests or reproduction steps where relevant.
License
This project is licensed under the Apache-2.0 license. See the LICENSE file for the full text.
Repository
- Browse: https://forgejo.deployview.com/ssa/owasp-jenkins
- Clone (HTTPS):
https://forgejo.deployview.com/ssa/owasp-jenkins.git - Clone (SSH):
ssh://git@forgejo.deployview.com:30143/ssa/owasp-jenkins.git - Upstream / origin: github.com/shafiqalibhai/owasp-jenkins
This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.