With download_dir option, the plugin set test result files public-read, which permits non-authorized users to access the files.
|
Helper.set_public("#{results_bucket}/#{results_dir}/#{axis}") |
Generally test result doesn't include sensitive information but it would be nice if the plugin has option that prevents files from setting public-read ACL.
With
download_diroption, the plugin set test result filespublic-read, which permits non-authorized users to access the files.fastlane-plugin-firebase_test_lab_android/lib/fastlane/plugin/firebase_test_lab_android/actions/firebase_test_lab_android_action.rb
Line 56 in 9082337
Generally test result doesn't include sensitive information but it would be nice if the plugin has option that prevents files from setting
public-readACL.