Skip to content

Commit

Permalink
Add SECURITY.md to all projects (#135)
Browse files Browse the repository at this point in the history
Similar to #108, this adds SECURITY.md to the soleng projects as
part of the SSDLC
  • Loading branch information
gabrielcocenza authored Dec 11, 2024
1 parent cb7f05e commit 0175237
Show file tree
Hide file tree
Showing 38 changed files with 273 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform-plans/configs/bootstack-actions_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "bootstack-actions"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-advanced-routing_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-advanced-routing"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-apt-mirror_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-apt-mirror"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-cloudsupport_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-cloudsupport"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-duplicity_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-duplicity"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-juju-backup-all_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-juju-backup-all"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-juju-local_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-juju-local"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-local-users_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-local-users"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-logrotated_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-logrotated"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-nginx_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-nginx"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-nrpe_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-nrpe"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-openstack-service-checks"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-prometheus-blackbox-exporter"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-prometheus-juju-exporter"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,11 @@ templates = {
}
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-prometheus-libvirt-exporter"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-simple-streams_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-simple-streams"
}
}
}
14 changes: 14 additions & 0 deletions terraform-plans/configs/charm-storage-connector_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,18 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = ""
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-storage-connector"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-sysconfig_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-sysconfig"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/charm-userdir-ldap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charm-userdir-ldap"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charmed-openstack-exporter-snap"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ templates = {
epic_key = "SOLENG-172"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "charmed-openstack-upgrader"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/derper-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "derper-snap"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ templates = {
epic_key = "SOLENG-190"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "hardware-observer-operator"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/headscale-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "headscale-snap"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/juju-backup-all_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "juju-backup-all"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/juju-lint_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "juju-lint"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/layer-beats-base_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "layer-beats-base"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/layer-filebeat_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "layer-filebeat"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "openstack-exporter-operator"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ templates = {
epic_key = "SOLENG-190"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "prometheus-hardware-exporter"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "prometheus-juju-backup-all-exporter"
}
}
}
7 changes: 7 additions & 0 deletions terraform-plans/configs/prometheus-juju-exporter_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ templates = {
epic_key = "SOLENG-46"
}
}
security = {
source = "./templates/github/SECURITY.md.tftpl"
destination = "SECURITY.md"
vars = {
repository = "prometheus-juju-exporter"
}
}
}
Loading

0 comments on commit 0175237

Please sign in to comment.