Skip to content

Commit

Permalink
Merge pull request #105 from DFE-Digital/1891-security-aks-container-…
Browse files Browse the repository at this point in the history
…hardening-seccomp

[1891] Enable RuntimeDefault seccomp profile on containers
  • Loading branch information
saliceti authored Jun 28, 2024
2 parents cbaef31 + 079f716 commit 070041d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aks/application/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ resource "kubernetes_deployment" "main" {
period_seconds = 5
}
}

security_context {
seccomp_profile {
type = "RuntimeDefault"
}
}
}
}
}
Expand Down

0 comments on commit 070041d

Please sign in to comment.