Skip to content

Commit 6a8bc85

Browse files
committed
fix(ci): add NOSONAR comment for poetry install SonarCloud finding
1 parent 0a7a7ba commit 6a8bc85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pipx install poetry
3030

3131
- name: Install dependencies
32-
run: poetry install --with dev
32+
run: poetry install --with dev # NOSONAR - trusted internal project, no malicious setup scripts
3333

3434
- name: Run benchmarks
3535
uses: CodSpeedHQ/action@v5

0 commit comments

Comments
 (0)