diff --git a/.fossa.yml b/.fossa.yml index d8ea192bc..a813f66c1 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -2,4 +2,10 @@ version: 3 server: https://app.fossa.com project: id: "splunk-connect-for-snmp" - team: "TA-Automation" \ No newline at end of file + team: "TA-Automation" + +paths: + exclude: + - ui_tests + - test + - integration_tests \ No newline at end of file diff --git a/.github/workflows/ci-main.yaml b/.github/workflows/ci-main.yaml index 0088225f9..df409b653 100644 --- a/.github/workflows/ci-main.yaml +++ b/.github/workflows/ci-main.yaml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: run fossa anlyze and create report + - name: run fossa analyze and create report run: | curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash fossa analyze --debug diff --git a/pyproject.toml b/pyproject.toml index 604b43687..798a90169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,6 @@ mongolock = "^1.3.4" pika = "^1.2.0" JSON-log-formatter ="^0.5.1" "ruamel.yaml" = "^0.18.0" -mkdocs-video = "^1.5.0" pysnmplib = {git = "https://github.com/pysnmp/pysnmp.git", branch = "main"} urllib3 = "^1.26.17" @@ -54,6 +53,7 @@ mike = "^2.0.0" mkdocs = "^1.2.2" mkdocs-material = "^9.0.0" python-dotenv = "^1.0.0" +mkdocs-video = "^1.5.0" [build-system] requires = ["poetry>=0.12"]