Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# example workflow for Polaris scans using the Bridge CLI
name: CI-Polaris-Basic
on:

#push:
# branches: [ main, master, develop, stage, release ]

pull_request:
branches: [ main, master, develop, stage, release ]
workflow_dispatch:
Expand All @@ -22,4 +22,5 @@ jobs:
polaris_assessment_types: 'SAST'
#polaris_application_name: havnoor-${{ github.event.repository.name }}
polaris_prComment_enabled: true
polaris_branch_parent_name: 'main'
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions tests/test_client/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,7 @@ async def test_body_read_on_get_data(self):
@override_settings(ROOT_URLCONF="test_client.urls")
class AsyncRequestFactoryTest(SimpleTestCase):
request_factory = AsyncRequestFactory()
result = hashlib.md5(b'Darshan')

async def test_request_factory(self):
tests = (
Expand Down