Skip to content

Commit

Permalink
ci: common template rollout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-rr-github-token committed May 6, 2022
1 parent a3dcaff commit b917218
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 3
server: https://app.fossa.com
project:
id: "splunk-add-on-for-sc4snmp"
team: "TA-Automation"
3 changes: 2 additions & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
call-workflow:
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v1.3
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v1.7
secrets:
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -23,3 +23,4 @@ jobs:
VT_API_KEY: ${{ secrets.VT_API_KEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
OTHER_TA_REQUIRED_CONFIGS: ${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/trufflehog-false-positive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion tests/knowledge/pytest-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ addopts = -v --tb=long
--sc4s-host=sc4s
--junitxml=test-results/test.xml
--cim-report=test-results/cim-compliance-report.md
-n 5
-n 1
filterwarnings =
ignore::DeprecationWarning

0 comments on commit b917218

Please sign in to comment.