Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows
Repository for all the workshop content delivered at nullcon X on 1st of March 2019
https://github.com/appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows
application-security docker kubernetes kubernetes-cluster minio nats osint zap
Last synced: 22 days ago
JSON representation
Repository for all the workshop content delivered at nullcon X on 1st of March 2019
- Host: GitHub
- URL: https://github.com/appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows
- Owner: appsecco
- License: mit
- Created: 2019-02-15T10:05:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T05:33:57.000Z (over 5 years ago)
- Last Synced: 2024-08-05T17:25:00.872Z (4 months ago)
- Topics: application-security, docker, kubernetes, kubernetes-cluster, minio, nats, osint, zap
- Language: CSS
- Size: 5.54 MB
- Stars: 81
- Watchers: 7
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows - Repository for all the workshop content delivered at nullcon X on 1st of March 2019 (CSS)
README
# Using Docker with Kubernetes for automating Application Secuity and OSINT workflows
![SPLAT](images/splat-logo.png)
## Getting Started
Clone this repository
```
git clone https://github.com/appsecco/using-docker-kubernetes-for-automating-appsec-and-osint-workflows
```Install `gitbook-cli` for serving documentation locally
```
npm install -g gitbook-cli
```Start `gitbook` server locally
```
cd using-docker-kubernetes-for-automating-appsec-and-osint-workflows/gitbook
gitbook serve
```