Skip to content

Commit

Permalink
Mark administratorLogin string as secure
Browse files Browse the repository at this point in the history
  • Loading branch information
reneenoble committed May 7, 2024
1 parent 7a7dee0 commit 443b9ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "a8bbfb5f41e1b73129167cd91c50671ad604e206",
"commit": "a92760e38a54e1062e1950d3702372f404cd6a41",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
if: matrix.os == 'macos-latest-xlarge'
run: brew install postgresql@14
- name: Setup postgres
uses: ikalnytskyi/action-setup-postgres@v4
uses: ikalnytskyi/action-setup-postgres@v6
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:

python-version: ${{ matrix.python_version }}
Expand Down
1 change: 1 addition & 0 deletions infra/core/database/postgresql/flexibleserver.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ param tags object = {}

param sku object
param storage object
@secure()
param administratorLogin string
@secure()
param administratorLoginPassword string
Expand Down

0 comments on commit 443b9ef

Please sign in to comment.