@@ -59,16 +59,16 @@ jobs:
5959 id : matrix
60606161
62- compliance-sample-scanner :
63- runs-on : ubuntu-latest
64- steps :
65- - name : Checkout
66- uses : actions/checkout@v2
67- - name : sample-scanner
68- uses : splunk/addonfactory-sample-scanner@v1
69- id : sample-scanner
70- env :
71- REVIEWDOG_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62+ # compliance-sample-scanner:
63+ # runs-on: ubuntu-latest
64+ # steps:
65+ # - name: Checkout
66+ # uses: actions/checkout@v2
67+ # - name: sample-scanner
68+ # uses: splunk/addonfactory-sample-scanner@v1
69+ # id: sample-scanner
70+ # env:
71+ # REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272 compliance-dependencies :
7373 name : compliance-dependencies
7474 runs-on : ubuntu-latest
@@ -166,7 +166,7 @@ jobs:
166166 env :
167167 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
168168 - uses : actions/upload-artifact@v2
169- if : always()
169+ if : always()
170170 with :
171171 name : snyk-results
172172 path : snyk-scan_requirements.sarif
@@ -398,13 +398,13 @@ jobs:
398398 strategy :
399399 matrix :
400400 tags :
401- - " cloud"
401+ # - "cloud"
402402 - " appapproval"
403403 - " deprecated_feature"
404404 - " developer_guidance"
405405 - " future"
406406 - " self-service"
407- - " splunk_appinspect"
407+ # - "splunk_appinspect"
408408 - " manual"
409409 steps :
410410 - name : Checkout for manual tag
@@ -561,7 +561,7 @@ jobs:
561561 echo "::set-output name=addon-upload-path::$ADDON_UPLOAD_PATH"
562562 echo "::set-output name=directory-path::/tmp"
563563 echo "::set-output name=s3-bucket::ta-production-artifacts"
564-
564+
565565 run-knowledge-tests :
566566 if : ${{ needs.test-inventory.outputs.knowledge == 'true' }}
567567 needs :
@@ -611,7 +611,7 @@ jobs:
611611 JOB_NAME=${JOB_NAME//[_.]/-}
612612 JOB_NAME=$(echo "$JOB_NAME" | tr '[:upper:]' '[:lower:]')
613613 echo "::set-output name=job-name::$JOB_NAME"
614-
614+
615615 - name : run-tests
616616 id : run-tests
617617 env :
@@ -742,7 +742,7 @@ jobs:
742742 strategy :
743743 fail-fast : false
744744 matrix :
745- splunk : [' 8.2.1' ]
745+ splunk : [" 8.2.1" ]
746746 sc4s : ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
747747 container :
748748 image : ghcr.io/splunk/workflow-engine-base:2.0.3
@@ -779,7 +779,7 @@ jobs:
779779 JOB_NAME=${JOB_NAME//[_.]/-}
780780 JOB_NAME=$(echo "$JOB_NAME" | tr '[:upper:]' '[:lower:]')
781781 echo "::set-output name=job-name::$JOB_NAME"
782-
782+
783783 - name : run-tests
784784 id : run-tests
785785 env :
@@ -1198,7 +1198,6 @@ jobs:
11981198 if : always()
11991199 needs :
12001200 - meta
1201- - compliance-sample-scanner
12021201 - compliance-dependencies
12031202 - compliance-copyrights
12041203 - lint
@@ -1260,14 +1259,14 @@ jobs:
12601259 env :
12611260 GITHUB_TOKEN : ${{ secrets.GH_TOKEN_ADMIN }}
12621261 - name : Download package-deployment
1263- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
1262+ if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
12641263 uses : actions/download-artifact@v2
12651264 id : download-package-deployment
12661265 with :
12671266 name : package-deployment
12681267 path : download/artifacts/
12691268 - name : Download package-splunkbase
1270- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
1269+ if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
12711270 uses : actions/download-artifact@v2
12721271 id : download-package-splunkbase
12731272 with :
@@ -1290,11 +1289,11 @@ jobs:
12901289 name : cim-field-report
12911290 path : download/artifacts/deployment
12921291 - name : List of assets
1293- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
1292+ if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
12941293 run : |
12951294 ls -la ${{ steps.download-package-splunkbase.outputs.download-path }}
12961295 - name : Upload assets to release
1297- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
1296+ if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
12981297 uses : svenstaro/upload-release-action@v2
12991298 with :
13001299 repo_token : ${{ secrets.GH_TOKEN_ADMIN }}
0 commit comments