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

3. validate the package (app inspect) #3

Open
mayurah opened this issue Oct 14, 2024 · 0 comments · May be fixed by #7
Open

3. validate the package (app inspect) #3

mayurah opened this issue Oct 14, 2024 · 0 comments · May be fixed by #7
Assignees
Labels
good first issue Good for newcomers

Comments

@mayurah
Copy link
Collaborator

mayurah commented Oct 14, 2024

Once app is packaged in the app.tgz format, we send such package to the app inspect validation (A kind of a QA service which checks for warnings, errors, etc. from quality, standardization, and security perspective).

More info: https://github.com/splunk/tu-ciicd/blob/main/step3_create_inital_apps.md#run-appinspect-cli-locally-to-see-if-we-are-good-for-cloud-as-a-private-app

AC: Write a script that takes app.tgz as input, and produces appinspect output (and if failure/errors are detected, we bubble them up).

CLI Example:

splunk-appinspect list checks --included-tags future 
splunk-appinspect inspect <appname>.tgz --included-tags cloud --included-tags self-service --excluded-tags splunk-appinspect
@mayurah mayurah added the good first issue Good for newcomers label Oct 14, 2024
@joseacunacarrera joseacunacarrera linked a pull request Oct 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants