Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
ci: fix appinspect failures
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Mar 1, 2023
1 parent 04cc7ea commit 94fc762
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appinspect.expect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
check_that_extracted_splunk_app_does_not_contain_prohibited_directories_or_files:
comment: 'Y'
check_that_splunk_app_package_does_not_contain_files_outside_of_app:
comment: 'Y'
34 changes: 34 additions & 0 deletions .appinspect.manualcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
check_for_remote_code_execution_in_javascript:
comment: 'Y'
check_external_data_sources:
comment: 'Y'
check_splunk_logo:
comment: 'Y'
check_hard_coded_paths:
comment: 'Y'
check_editing_and_proofreading:
comment: 'Y'
check_install_on_claimed_targets:
comment: 'Y'
check_link_includes_contact_info:
comment: 'Y'
check_for_auto_update_features:
comment: 'Y'
check_for_known_vulnerabilities_in_third_party_libraries:
comment: 'Y'
check_for_reverse_shells:
comment: 'Y'
check_authorization_credentials:
comment: 'Y'
check_embedded_links:
comment: 'Y'
check_fs_writes:
comment: 'Y'
check_for_stacktrace_returned_to_user:
comment: 'Y'
check_dependencies:
comment: 'Y'
check_documented_included_open_source:
comment: 'Y'
check_requires_access_to_files_outside_apps_dir:
comment: 'Y'

0 comments on commit 94fc762

Please sign in to comment.