Webapp of jasapp linter
530
This repository contains a web application (webapp) built with FastAPI that provides a user-friendly interface for Jasapp, a powerful static analysis tool (linter) designed for Dockerfiles and Kubernetes manifests.
The webapp allows users to paste in their Dockerfile content and receive instant feedback on potential issues, along with a quality score. It leverages the core linting capabilities of the Jasapp linter and presents the results in an intuitive web interface.
STX0001, SEC0003, PERF0006)./lint/dockerfile) for integration with other tools.1. Clone this repository:
git clone https://github.com/jassouline/jasapp-webapp
cd jasapp-webapp
2. Build the Docker image:
docker build -t jasapp-webapp .
3. Run the Docker container:
docker run -d -p 8000:8000 jasapp-webapp
4. Access the application: Open your web browser and navigate to http://localhost:8000.
Contributions are welcome! Please feel free to submit issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Content type
Image
Digest
sha256:16ccd9674…
Size
400.5 MB
Last updated
over 1 year ago
docker pull jassouline/jasapp-webapp