Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snyk/snyk-iac-devsecops-challenge
Demo Repository
https://github.com/snyk/snyk-iac-devsecops-challenge
demo infrastructure-as-code
Last synced: 7 days ago
JSON representation
Demo Repository
- Host: GitHub
- URL: https://github.com/snyk/snyk-iac-devsecops-challenge
- Owner: snyk
- License: other
- Created: 2022-03-07T14:17:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T15:17:22.000Z (7 months ago)
- Last Synced: 2024-04-19T16:35:34.069Z (7 months ago)
- Topics: demo, infrastructure-as-code
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 7
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Getting Started
To get the tool up and running locally please read the following sections
## Prerequisites
Docker is required to build and run provider Dockerfile
All dependencies for the tool are included in the dockerfile
## Installation
1. Clone the repo
2. Run `make build`# Usage
To run the validation execute
```
make validate
```