Skip to content

Commit

Permalink
chore: update fossa exclude paths (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz authored Jan 29, 2024
1 parent 70ab82e commit e1d3f70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ version: 3
server: https://app.fossa.com
project:
id: "splunk-connect-for-snmp"
team: "TA-Automation"
team: "TA-Automation"

paths:
exclude:
- ui_tests
- test
- integration_tests
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"]
Expand Down

0 comments on commit e1d3f70

Please sign in to comment.