This changeset updates the installation of the cg-egress-proxy repo on account of the recent change to use the newer cg-cli-tools. It also forces the update for staging to test this out for now; we will have to uncomment the check once this is working.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset removes the LOGIN_DOT_GOV_REGISTRATION_URL environment variable from the admin app deployment configuration. This is only needed for the API.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
The E2E environment variables should not be included with our deploys because we do not want to enable or run E2E tests in production or production-like environments.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates our dependabot.yml configuration to match what the documentation currently says is current:
* Adjusts version referenced from 3 to 2 to match the docs
* Adjusts the formatting of values to match the docs
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates several Python dependencies that Dependabot has flagged.
It also ignores a pip-audit report of idna, which incorrectly flagged the version we are on as having been affected by PYSEC-2024-60; this was fixed in version 3.7 of idna, which we are currently using. We will update the action again once the audit flag is corrected and/or another fix version is released (if needed).
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset updates our pull request template to be much more streamlined and shifts most of the information to our documentation. The PR template now links to the docs for folks who are new and unfamiliar with what we require in our pull requests so that the template itself just has the headings and quick outlines to get started more easily and quickly.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>