https://github.com/equinor/appsec
Everything Application Security
https://github.com/equinor/appsec
documentation hacktoberfest hacktoberfestivus
Last synced: over 1 year ago
JSON representation
Everything Application Security
- Host: GitHub
- URL: https://github.com/equinor/appsec
- Owner: equinor
- License: mit
- Created: 2020-05-07T14:10:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T08:48:34.000Z (over 1 year ago)
- Last Synced: 2025-01-11T10:44:27.259Z (over 1 year ago)
- Topics: documentation, hacktoberfest, hacktoberfestivus
- Language: HTML
- Homepage: https://appsec.equinor.com
- Size: 14.1 MB
- Stars: 26
- Watchers: 6
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Equinor AppSec public site
This repo contains the documentation and setup for hosting
## Development
Install the dependencies using
```bash
pip install -r requirements.txt
```
To start the project, simply run:
```bash
mkdocs serve
```
and the server will start on `localhost:8000`.
.. or use e.g. Gitpod by click the Gitpod image/link above.
### Adding content
To add content add markdown inside the `docs` folder, and link
it from the rest of the site.
### Runbook
A runbook of how the site is deployed and maintained can be found in [Runbook](./runbook.md).
## How to contribute
Read our [contribute.md](CONTRIBUTING.md)