Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Included Tags #115

Open
ccl0utier opened this issue Nov 15, 2023 · 3 comments
Open

Multiple Included Tags #115

ccl0utier opened this issue Nov 15, 2023 · 3 comments

Comments

@ccl0utier
Copy link

Are multiple tags supported? If so, could you please add an example to the README.md?

I've unsuccessfully tried:

- uses: splunk/appinspect-cli-action@v1.3
        with:
          app_path: ${{ needs.bundle-app.outputs.app_name }}.tar.gz
          included_tags: "splunk_appinspect,cloud"

And

- uses: splunk/appinspect-cli-action@v1.3
        with:
          app_path: ${{ needs.bundle-app.outputs.app_name }}.tar.gz
          included_tags: 
          - "splunk_appinspect"
          - "cloud"
@artemrys
Copy link
Member

@ccl0utier this action does not support providing multiple tags

@ccl0utier
Copy link
Author

ccl0utier commented Nov 20, 2023

So, run multiple times with the required tags in sequence? Any plans to add support for that?
It would be worth adding to the documentation, I think.

@artemrys
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants