Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
eddie-knight authored Jan 20, 2025
1 parent 8d302cf commit 56190a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/devtools/build/controls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ common_controls:
- CCC.C09 # Prevent tampering, deletion, or unauthorized access to access logs
- CCC.C10 # Prevent data replication to destinations outside of defined trust perimeter
controls:
- id: CCC.Build.C01 # Restrict Allowed Build Agents
- id: CCC.Build.C01
title: Restrict Allowed Build Agents
objective: |
Ensure that builds are executed only on authorized build agents to maintain
Expand All @@ -27,7 +27,7 @@ controls:
- tlp_red
- tlp_amber

- id: CCC.Build.C02 # Restrict Allowed External Services for Build Triggers
- id: CCC.Build.C02
title: Restrict Allowed External Services for Build Triggers
objective: |
Ensure that builds can only be triggered by authorized external services or
Expand All @@ -49,7 +49,7 @@ controls:
- tlp_red
- tlp_amber

- id: CCC.Build.C03 # Deny External Network Access for Build Environments
- id: CCC.Build.C03
title: Deny External Network Access for Build Environments
objective: |
Ensure that build environments do not have external network access to
Expand Down

0 comments on commit 56190a0

Please sign in to comment.