Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
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: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
run: |
twine upload --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} --verbose dist/*

push_to_registries:
name: Push Docker image to multiple registries
job_push_to_registries:
needs: job_build_python_whl
runs-on: ubuntu-latest
permissions:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: |
sed -i "s/<source>\/home\/runner\/work\/core\/core<\/source>/<source>\/github\/workspace<\/source>/g" /home/runner/work/core/core/coverage-reports/coverage-unittests.xml

- name: Mkdocs Test
run: |
mkdocs build --strict

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
with:
Expand Down
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- databricks-sql-connector==2.1.0
- azure-identity==1.11.0
- pyodbc==4.0.34
- mkdocstrings==0.19.0
- mkdocstrings[python]>=0.19.0
- fastapi==0.85.1
- pygments>=2.10,<2.12
- pymdown-extensions<9.3
Expand Down