Skip to content

Commit b658216

Browse files
authored
Fix Binary Artifact Scorecard Violations (#10583)
1 parent 7e15877 commit b658216

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.allstar/binary_artifacts.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# For understanding why this file exists, and how this list was generated, see
2+
# https://github.com/firebase/firebase-ios-sdk/issues/10577
3+
ignorePaths:
4+
# Ignore reason: These artifacts are used in unit tests
5+
- Crashlytics/UnitTests/Data/10.9.3_libobjc.A.dylib
6+
- Crashlytics/UnitTests/Data/10.9.4_libsystem_kernel.dylib
7+
- Crashlytics/UnitTests/FIRCLSMachO/data/armv7-armv7s-arm64.dylib
8+
- Crashlytics/UnitTests/FIRCLSMachO/data/armv7-armv7s-executable
9+
- Crashlytics/UnitTests/FIRCLSMachO/data/armv7-armv7s.dSYM/Contents/Resources/DWARF/CrashTest
10+
- Crashlytics/UnitTests/FIRCLSMachO/data/armv7k
11+
- Crashlytics/UnitTests/FIRCLSMachO/data/i386-simulator.dSYM/Contents/Resources/DWARF/CrashTest
12+
- Crashlytics/UnitTests/FIRCLSMachO/data/tvos-binary
13+
- Crashlytics/UnitTests/FIRCLSMachO/data/tvsimulator-binary
14+
- Crashlytics/UnitTests/FIRCLSMachO/data/watchOS-simulator
15+
- Crashlytics/UnitTests/FIRCLSMachO/data/x86_64-executable
16+
# Ignore reason: Crashlytics precompiles this binary for public release
17+
- Crashlytics/upload-symbols
18+
# Ignore reason: These artifacts are used in unit tests
19+
- FirebaseAppDistribution/Tests/Unit/Resources/armv7-armv7s-executable
20+
- FirebaseAppDistribution/Tests/Unit/Resources/x86_64-executable
21+
# This is involved with release tooling, but not sent to customers
22+
- ReleaseTooling/Template/dummy_Firebase_lib

0 commit comments

Comments
 (0)