Skip to content

Commit d84cb70

Browse files
committed
new sonarcloud yml
1 parent ef822f9 commit d84cb70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
DEBUG: "False"
3636
DATABASE_URL: sqlite:///./test.sqlite3
3737
ALLOWED_HOSTS: testserver,localhost,127.0.0.1
38+
SECURE_SSL_REDIRECT: "False"
39+
SESSION_COOKIE_SECURE: "False"
40+
CSRF_COOKIE_SECURE: "False"
3841
run: |
3942
mkdir -p reports
4043
uv run pytest --ds=task_manager.settings \
@@ -46,4 +49,4 @@ jobs:
4649
uses: SonarSource/sonarcloud-github-action@v2
4750
env:
4851
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
52+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)