File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 project : ${{ secrets.JIRA_PROJECT }}
2222 issuetype : ${{ secrets.JIRA_ISSUE_TYPE }}
2323 summary : |
24- ${{ github.event.pull_request.title }}
24+ Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
2525 description : |
2626 PR: ${{ github.event.pull_request.html_url }}
2727
Original file line number Diff line number Diff line change 66 security-sca :
77 runs-on : ubuntu-latest
88 steps :
9- - name : Checkout repository
10- uses : actions/checkout@master
11- - name : Setup .NET Core @ Latest
12- uses : actions/setup-dotnet@v1
13- with :
14- dotnet-version : " 7.0.x"
15- - name : Run Dotnet Restore
16- run : |
17- dotnet restore
9+ - uses : actions/checkout@master
1810 - name : Run Snyk to check for vulnerabilities
1911 uses : snyk/actions/dotnet@master
2012 env :
2113 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
2214 with :
23- args : --file=Contentstack.Core/obj/project.assets.json -- fail-on=all
15+ args : --fail-on=all
Original file line number Diff line number Diff line change 1- * @ contentstack/security-admin
1+ * @ contentstack/security-admin
You can’t perform that action at this time.
0 commit comments