Skip to content

Commit

Permalink
Change appinspect tag
Browse files Browse the repository at this point in the history
  • Loading branch information
livehybrid committed Feb 26, 2024
1 parent abf33b7 commit eec7286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
poetry run splunk-appinspect inspect $PACKAGE --mode=precert --data-format junitxml --output-file reports/$PACKAGE_ID-cloud.xml --excluded-tags manual --excluded-tags prerelease --included-tags cloud
poetry run splunk-appinspect inspect $PACKAGE --mode=precert --data-format junitxml --output-file reports/$PACKAGE_ID-private-victoria.xml --included-tags private_victoria
poetry run splunk-appinspect inspect $PACKAGE --mode=precert --data-format junitxml --output-file reports/$PACKAGE_ID-future.xml --included-tags future
# - name: Run App Inspect CLI
# uses: splunk/[email protected]
# with:
Expand All @@ -65,7 +65,7 @@ jobs:
username: ${{ secrets.SPLUNKBASE_USERNAME }}
password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_path: dist
included_tags: "private_victoria"
included_tags: "splunk_appinspect"
excluded_tags: "offensive"

- name: Upload package artifact
Expand Down Expand Up @@ -97,4 +97,4 @@ jobs:
path: .
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"
artifacts: "dist/*"

0 comments on commit eec7286

Please sign in to comment.