mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #3329 from splunk/inspect_stacktype
upating appinspect command
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
APPINSPECTPASSWORD: "${{ secrets.APPINSPECTPASSWORD }}"
|
||||
run: |
|
||||
echo $APPINSPECTUSERNAME
|
||||
contentctl inspect --splunk-api-username "$APPINSPECTUSERNAME" --splunk-api-password "$APPINSPECTPASSWORD" --stack_type victoria --enrichments --enable-metadata-validation --suppress-missing-content-exceptions
|
||||
contentctl inspect --splunk-api-username "$APPINSPECTUSERNAME" --splunk-api-password "$APPINSPECTPASSWORD" --enrichments --enable-metadata-validation --suppress-missing-content-exceptions
|
||||
echo "done appinspect"
|
||||
mkdir -p artifacts/app_inspect_report
|
||||
cp -r dist/*.html artifacts/app_inspect_report
|
||||
|
||||
Reference in New Issue
Block a user