File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 21
21
project : ${{ secrets.JIRA_PROJECT }}
22
22
issuetype : ${{ secrets.JIRA_ISSUE_TYPE }}
23
23
summary : |
24
- ${{ github.event.pull_request.title }}
24
+ Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
25
25
description : |
26
26
PR: ${{ github.event.pull_request.html_url }}
27
27
Original file line number Diff line number Diff line change 6
6
security-sca :
7
7
runs-on : ubuntu-latest
8
8
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
18
10
- name : Run Snyk to check for vulnerabilities
19
11
uses : snyk/actions/dotnet@master
20
12
env :
21
13
SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
22
14
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