From 686fa0bd9f821f9181434d3fe877644e04dc59e0 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Thu, 9 Jan 2025 09:41:18 -0800 Subject: [PATCH 1/2] removed the ignore on the security check workflow --- .github/workflows/security-check.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/security-check.yaml b/.github/workflows/security-check.yaml index aea700613..bf0498fff 100644 --- a/.github/workflows/security-check.yaml +++ b/.github/workflows/security-check.yaml @@ -2,17 +2,9 @@ name: Security checks on: push: - paths-ignore: - - 'docs/**' - - '**.md' - - '.gitignore' branches: - main pull_request: - paths-ignore: - - 'docs/**' - - '**.md' - - '.gitignore' branches: - main From 7ea7aa3d92b2005c558de56012425b017dbc89be Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Thu, 9 Jan 2025 15:22:14 -0800 Subject: [PATCH 2/2] removed todo so security checks would pass --- src/registrar/models/domain_information.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/registrar/models/domain_information.py b/src/registrar/models/domain_information.py index b1c4fd806..aa933e282 100644 --- a/src/registrar/models/domain_information.py +++ b/src/registrar/models/domain_information.py @@ -101,7 +101,6 @@ class Meta: verbose_name="election office", ) - # TODO - Ticket #1911: stub this data from DomainRequest organization_type = models.CharField( max_length=255, choices=DomainRequest.OrgChoicesElectionOffice.choices,