aboutsummaryrefslogtreecommitdiffhomepage
path: root/.allstar
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2022-06-08 09:37:08 -0400
committerGravatar GitHub <noreply@github.com>2022-06-08 09:37:08 -0400
commit2760cb8564ea7ab20053f5c9380fd50a03694e7e (patch)
tree0051405fbcf6edcc5d466cd88d7e5f09efe03732 /.allstar
parent2c3c4c31c7caf7b7db3cf3a7ef88827ae61a2b45 (diff)
Opt out of allstar binary artifacts check (#7816)
These binaries are necessary and are only run during testing. Fixes https://github.com/google/oss-fuzz/issues/7802
Diffstat (limited to '.allstar')
-rw-r--r--.allstar/binary_artifacts.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.allstar/binary_artifacts.yaml b/.allstar/binary_artifacts.yaml
new file mode 100644
index 00000000..f389fbb7
--- /dev/null
+++ b/.allstar/binary_artifacts.yaml
@@ -0,0 +1,3 @@
+# Exemption reason: This repo uses binary artifacts for integration tests.
+optConfig:
+ optOut: true