Skip to content

Commit

Permalink
chore: set unified python version (3.7) across all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayil committed Dec 29, 2023
1 parent 3d95e0e commit 409c4d9
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 181 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ See the following architecture of the app, generated by the [Diagrams](https://d
Before deploying the vulnerable infrastructure, ensure you have the following prerequisites:

- [AWS CLI](https://aws.amazon.com/cli/)
- [Node.js](https://nodejs.org/)
- [Poetry](https://python-poetry.org/)
- [Node.js 18](https://nodejs.org/en/blog/release/v18.19.0)
- [Python 3.7.16](https://www.python.org/downloads/release/python-3716/)
- [Poetry ](https://python-poetry.org/)
- [Docker](https://www.docker.com/)
- [AWS CDK](https://aws.amazon.com/cdk/)

### Installation

1. Clone this repository:
1. Clone / Fork this repository:

```bash
git clone https://github.com/avishayil/cdk-goat.git
Expand Down Expand Up @@ -111,6 +112,8 @@ See [DVPWA](cdk/containers/dvpwa/README.rst)

All infrastructure, third parties and code vulnerabilities are powered by [Snyk](https://snyk.io) scanning utilities and uploaded to [GitHub Code Scanning](https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning) using the SARIF format. You can explore all of the vulnerabilities here: https://github.com/avishayil/cdk-goat/security/code-scanning

If you're not forking the repository and running it in your own GitHub Actions pipeline, you can see all the vulnerabilities in the HTML reports attached as an assets to a GitHub release. For example, in version `1.0.0` here: https://github.com/avishayil/cdk-goat/releases/tag/v1.0.0

## Credits

- [DVPWA](https://github.com/anxolerd/dvpwa) by [@anxolerd](https://github.com/anxolerd) (We stand with Ukraine! 🇺🇦🇺🇦🇺🇦)
Expand Down
2 changes: 1 addition & 1 deletion cdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Avishay Bar <[email protected]>"]
packages = [{include = "cdk_goat_service"}]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
aws-cdk-lib = ">=2.96.2"
cdk_ecr_deployment = ">=2.5.6"
constructs = ">=10.0.0"
Expand Down
Loading

0 comments on commit 409c4d9

Please sign in to comment.