diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index 0aac16269..c133a4803 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -40,6 +40,7 @@ jobs: git pull cp book/searchindex.js searchindex.js cp book/searchindex.json searchindex.json + git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud git add searchindex.js searchindex.json git commit -m "Update searchindex" git push diff --git a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md index fdfea0829..031b9be11 100644 --- a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md +++ b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-postgresql-privesc.md @@ -57,4 +57,3 @@ az postgres flexible-server ad-admin create \ ``` {{#include ../../../banners/hacktricks-training.md}} -