Skip to content

Commit 8c0d2a1

Browse files
authored
Merge branch 'master' into ane-1036-glob-exclusion-filters
2 parents 7fa382b + 56cc319 commit 8c0d2a1

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 3.17.6
44

55
- Config: `paths.only` and `paths.exclude` in `.fossa.yml` now accept glob patterns. ([#1703](https://github.com/fossas/fossa-cli/pull/1703))
6+
- Licensing - Fix two bad GPL matches [No PR]
7+
68

79
## 3.17.5
810

integration-test/Analysis/ClojureSpec.hs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ import Types (DiscoveredProjectType (..), GraphBreadth (Complete))
1414
clojureEnv :: FixtureEnvironment
1515
clojureEnv = NixEnv ["openjdk11", "clojure", "leiningen"]
1616

17-
eastwood :: AnalysisTestFixture (Leiningen.LeiningenProject)
18-
eastwood =
17+
cljHttp :: AnalysisTestFixture (Leiningen.LeiningenProject)
18+
cljHttp =
1919
AnalysisTestFixture
20-
"eastwood"
20+
"clj-http"
2121
Leiningen.discover
2222
clojureEnv
2323
Nothing
2424
$ FixtureArtifact
25-
"https://github.com/jonase/eastwood/archive/refs/tags/Release-1.0.0.tar.gz"
26-
[reldir|clojure/eastwood/|]
27-
[reldir|eastwood-Release-1.0.0/|]
25+
"https://github.com/dakrone/clj-http/archive/refs/tags/3.13.1.tar.gz"
26+
[reldir|clojure/clj-http/|]
27+
[reldir|clj-http-3.13.1/|]
2828

2929
ring :: AnalysisTestFixture (Leiningen.LeiningenProject)
3030
ring =
@@ -40,5 +40,5 @@ ring =
4040

4141
spec :: Spec
4242
spec = do
43-
testSuiteDepResultSummary NonStrict eastwood LeiningenProjectType (DependencyResultsSummary 10 7 3 1 Complete)
43+
testSuiteDepResultSummary NonStrict cljHttp LeiningenProjectType (DependencyResultsSummary 71 27 44 1 Complete)
4444
testSuiteDepResultSummary NonStrict ring LeiningenProjectType (DependencyResultsSummary 23 6 17 1 Complete)

0 commit comments

Comments
 (0)