From d25626fd624cf644a6cc3430f215cc264dde0fae Mon Sep 17 00:00:00 2001 From: GBBBAS <42962356+GBBBAS@users.noreply.github.com> Date: Tue, 1 Nov 2022 18:09:09 +0000 Subject: [PATCH 1/2] Fix to Mkdocs package (#7) * Fix to PyPi Packages Signed-off-by: GBBBAS * Mkdocs Test Signed-off-by: GBBBAS Signed-off-by: GBBBAS --- .github/workflows/release.yml | 3 +-- .github/workflows/test.yml | 4 ++++ environment.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bef7993e1..fc5d1d580 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce56ce907..5be83a183 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,6 +57,10 @@ jobs: run: | sed -i "s/\/home\/runner\/work\/core\/core<\/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: diff --git a/environment.yml b/environment.yml index 23962a6c7..8c533ae3d 100644 --- a/environment.yml +++ b/environment.yml @@ -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 From fd25f8b654a14d4f2bf79da5b0c001061f2ab6c1 Mon Sep 17 00:00:00 2001 From: "mend-bolt-for-github[bot]" <42819689+mend-bolt-for-github[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 18:12:31 +0000 Subject: [PATCH 2/2] Add .whitesource configuration file (#3) Co-authored-by: mend-bolt-for-github[bot] <42819689+mend-bolt-for-github[bot]@users.noreply.github.com> --- .whitesource | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 000000000..9c7ae90b4 --- /dev/null +++ b/.whitesource @@ -0,0 +1,14 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true + }, + "issueSettings": { + "minSeverityLevel": "LOW", + "issueType": "DEPENDENCY" + } +} \ No newline at end of file