Skip to content

Commit b890eed

Browse files
authored
Merge pull request #65 from contentstack/main
Back merge
2 parents 64b01ac + 061c832 commit b890eed

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @contentstack/security-admin
1+
* @contentstack/security-admin

.github/workflows/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ jobs:
66
security-sca:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Checkout repository
10-
uses: actions/checkout@master
11-
- name: Run Dotnet Restore
12-
run: |
13-
dotnet restore
9+
- uses: actions/checkout@master
1410
- name: Run Snyk to check for vulnerabilities
1511
uses: snyk/actions/dotnet@master
1612
env:
1713
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1814
with:
19-
args: --file=Contentstack.Management.Core/obj/project.assets.json --fail-on=all
15+
args: --fail-on=all

0 commit comments

Comments
 (0)