Skip to content

Commit

Permalink
Updated snyk again.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvukadinovic-ib authored Oct 25, 2024
1 parent 1ccf219 commit 9d8b70e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ on: [push]
jobs:
security:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [6.x, 7.x, 8.x]
steps:
- uses: actions/checkout@master
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Restore dependencies
run: dotnet restore .\Infobip.Api.Client.sln
run: dotnet restore Infobip.Api.Client.sln
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/dotnet@master
continue-on-error: true # To make sure that SARIF upload gets called
Expand Down

0 comments on commit 9d8b70e

Please sign in to comment.