From 2dec9c5dae37b93d4c8eca801d671422bebe96eb Mon Sep 17 00:00:00 2001 From: Michael Nash Date: Thu, 30 May 2024 10:48:44 -0400 Subject: [PATCH] chore: Exclude samples from FOSSA scan (#1955) Exclude the samples directory from the FOSSA scanning during analysis. lightbend/akka-meta#488 --- .fossa.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.fossa.yml b/.fossa.yml index 41e76bb30..9e9dd833e 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -9,3 +9,4 @@ paths: - native-image-tests - plugin-tester-java - plugin-tester-scala + - samples