Skip to content

Commit 9109929

Browse files
Merge pull request #10
NetApp Ransomware Resilience
2 parents 69ecde0 + 915da4a commit 9109929

File tree

1,816 files changed

+137552
-41621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,816 files changed

+137552
-41621
lines changed

.github/workflows/content-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g npm@6.14.18;which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/data-connector-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Need HEAD and parent for git diff
2224
- run: npm install -g npm@6.14.18;which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/detection-template-schema-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
PRNUM: ${{ github.event.pull_request.number }}
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 2 # Need HEAD and parent for git diff
1820
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
1921
uses: actions/setup-dotnet@v4
2022
with:

.github/workflows/detection-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g npm@6.14.18;which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/documents-link-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g npm@6.14.18;which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/json-syntax-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g npm@6.14.18;which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/kql-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
PRNUM: ${{ github.event.pull_request.number }}
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 2 # Need HEAD and parent for git diff
1820
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
1921
uses: actions/setup-dotnet@v4
2022
with:

.github/workflows/logo-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g npm@6.14.18;which npm;npm -v
2325
- name: npm install
2426
run: npm install

.github/workflows/non-ascii-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
dotnetSdkVersion: 3.1.401
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 2 # Need HEAD and parent for git diff
1820
- name: Use .NET Core SDK ${{ env.dotnetSdkVersion }}
1921
uses: actions/setup-dotnet@v4
2022
with:

.github/workflows/playbook-validations.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
SYSTEM_PULLREQUEST_ISFORK: ${{ github.event.pull_request.head.repo.fork }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2 # Only need HEAD and parent for git diff
2224
- run: npm install -g npm@6.14.18;which npm;npm -v
2325
- name: npm install
2426
run: npm install

0 commit comments

Comments
 (0)