File tree Expand file tree Collapse file tree 4 files changed +633
-1
lines changed
Expand file tree Collapse file tree 4 files changed +633
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -166,3 +166,14 @@ docker run -dit \
166166
167167When the image is updated and pushed to DockerHub, run ` curl -x POST '<webhook>' ` .
168168The 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.
You can’t perform that action at this time.
0 commit comments