Merge pull request #1079 from dod-ccpo/auto-allowlist-revision-ids

Secrets whitelist alembic revision ids
This commit is contained in:
richard-dds
2019-09-18 16:46:59 -04:00
committed by GitHub

View File

@@ -10,8 +10,8 @@ import sqlalchemy as sa
${imports if imports else ""}
# revision identifiers, used by Alembic.
revision = ${repr(up_revision)}
down_revision = ${repr(down_revision)}
revision = ${repr(up_revision)} # pragma: allowlist secret
down_revision = ${repr(down_revision)} # pragma: allowlist secret
branch_labels = ${repr(branch_labels)}
depends_on = ${repr(depends_on)}