Skip to content

Commit 02ff9b1

Browse files
andyblundellivorc
andauthored
Dedicated accounts for diffferent stages of CI/CD pipelines (#85)
* Dedicated accounts for diffferent stages of CI/CD pipelines * Whitespace Co-authored-by: Ivor Caldwell <[email protected]>
1 parent 3335f52 commit 02ff9b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

practices/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
- Scan running software, e.g. using [OWASP ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project)
4242
- **Automate** security testing &mdash; on every build if practical
4343
- Generate test data in a way that avoids including personally identifiable information
44+
- When granting roles to CI/CD tools, use different roles for the different stages in the deployment pipeline &mdash; for example so that a deployment meant for a development account cannot be performed against a production account
4445

4546
## Infrastructure security
4647

0 commit comments

Comments
 (0)