Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore(ci): fix FOSSA and snyk integrations
Browse files Browse the repository at this point in the history
FOSSA failure is due to `Microsoft.NET.Test.Sdk` in the tests which has already been cleared by legal
  • Loading branch information
rhamzeh committed Jun 7, 2022
1 parent 1fc4016 commit be47fd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ project:
name: github.com/auth0-lab/fga-dotnet-sdk
link: fga.dev
url: github.com/auth0-lab/fga-dotnet-sdk

paths:
only:
- ./src/Auth0.Fga
exclude:
- ./src/Auth0.Fga.Test
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/dotnet@master
env:
Expand Down

0 comments on commit be47fd0

Please sign in to comment.