Skip to content

Commit 723e704

Browse files
Merge pull request #10 from aleyipsoftwire/exercise-11
Exercise 11
2 parents 6e6bced + d2a7f9f commit 723e704

File tree

4 files changed

+633
-1
lines changed

4 files changed

+633
-1
lines changed

.github/workflows/my-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- run: docker build --target test --tag todo-app:test .
2020
- run: docker run --env-file .env.test todo-app:test
21+
- run: docker run --entrypoint poetry todo-app:test run safety check
22+
continue-on-error: true
2123

2224
deploy:
2325
name: Build docker image and deploy to production

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,14 @@ docker run -dit \
166166

167167
When the image is updated and pushed to DockerHub, run `curl -x POST '<webhook>'`.
168168
The webhook URL can be found under Deployment Center on the app service's page in the Azure portal
169+
170+
## Security
171+
172+
### Encryption in transit
173+
174+
We are enforcing HTTPS with Azure App service.
175+
176+
### Encryption at rest
177+
178+
Azure Cosmos DB is encrypted at rest and in transport.
179+
See https://learn.microsoft.com/en-us/azure/cosmos-db/database-encryption-at-rest for more details.

0 commit comments

Comments
 (0)