https://github.com/snyk/snyk-iac-devsecops-challenge
Demo Repository
https://github.com/snyk/snyk-iac-devsecops-challenge
demo infrastructure-as-code
Last synced: 11 days ago
JSON representation
Demo Repository
- Host: GitHub
- URL: https://github.com/snyk/snyk-iac-devsecops-challenge
- Owner: snyk
- License: other
- Archived: true
- Created: 2022-03-07T14:17:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T10:55:02.000Z (10 months ago)
- Last Synced: 2025-03-25T04:51:26.137Z (about 1 month ago)
- Topics: demo, infrastructure-as-code
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 6
- 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
```