-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate from helmut to splunksplwrapper (#762)
* feat: migrate from helmut to splunksplwrapper (#759) * feat: migrate from helmut to splunksplwrapper * ci: some minor changes for CI * ci: update agreements workflow * ci: fix the typo in the pipeline BREAKING CHANGE: migrate from helmut to splunksplwrapper
- Loading branch information
Showing
78 changed files
with
40 additions
and
11,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,15 +82,6 @@ jobs: | |
uses: edplato/[email protected] | ||
with: | ||
scanArguments: "--max_dept 50 -x .github/workflows/exclude-patterns.txt" | ||
|
||
review-dog-misspell: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Run misspell with reviewdog | ||
uses: reviewdog/[email protected] | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
test-splunk-unit: | ||
name: Unit tests | ||
|
@@ -141,11 +132,10 @@ jobs: | |
- test-splunk-doc | ||
- test-splunk-unit | ||
- review_secrets | ||
- review-dog-misspell | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
splunk-version: ["8.1", "9.0"] | ||
splunk-version: ["8.1", "8.2", "9.0"] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
|
@@ -192,12 +182,11 @@ jobs: | |
- test-splunk-doc | ||
- test-splunk-unit | ||
- review_secrets | ||
- review-dog-misspell | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
splunk-version: ["8.1", "9.0"] | ||
splunk-version: ["8.1", "8.2", "9.0"] | ||
test-marker: [ | ||
"splunk_connection_docker", | ||
"splunk_app_fiction", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.