Skip to content

Commit 484aff4

Browse files
committed
Update FOSSA
1 parent 6c59a66 commit 484aff4

File tree

2 files changed

+56
-6
lines changed

2 files changed

+56
-6
lines changed

.fossa.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
2+
# Visit https://fossa.io to learn more
3+
4+
version: 2
5+
cli:
6+
server: https://app.fossa.io
7+
fetcher: custom
8+
project: https://[email protected]/Burry/Sigmaker.git
9+
analyze:
10+
modules:
11+
- name: .
12+
type: npm
13+
target: .
14+
path: .
15+
- name: App
16+
type: npm
17+
target: src/components/App
18+
path: src/components/App
19+
- name: Footer
20+
type: npm
21+
target: src/components/Footer
22+
path: src/components/Footer
23+
- name: InfoFormGroup
24+
type: npm
25+
target: src/components/Generator/InfoFormGroup
26+
path: src/components/Generator/InfoFormGroup
27+
- name: InfoInput
28+
type: npm
29+
target: src/components/Generator/InfoInput
30+
path: src/components/Generator/InfoInput
31+
- name: InputSection
32+
type: npm
33+
target: src/components/Generator/InputSection
34+
path: src/components/Generator/InputSection
35+
- name: Signature
36+
type: npm
37+
target: src/components/Generator/Signature
38+
path: src/components/Generator/Signature
39+
- name: Generator
40+
type: npm
41+
target: src/components/Generator
42+
path: src/components/Generator
43+
- name: Navbar
44+
type: npm
45+
target: src/components/Navbar
46+
path: src/components/Navbar
47+
- name: NotFound
48+
type: npm
49+
target: src/components/NotFound
50+
path: src/components/NotFound

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<a href="https://codecov.io/gh/Burry/Sigmaker" target="_blank" alt="Code Coverage">
1010
<img src="https://codecov.io/gh/Burry/Sigmaker/branch/master/graph/badge.svg" />
1111
</a>
12-
<a href="https://app.fossa.io/projects/git%2Bgithub.com%2FBurry%2FSigmaker/refs/branch/master/f6ba0674cda6c3a4c6fa4e21b8fb1b9dc6e5bd48/browse/dependencies" target="_blank" alt="Dependency Status">
12+
<a href="https://app.fossa.io/projects/custom%2B9027%2Fgithub.com%2FBurry%2FSigmaker/refs/branch/master/6c59a662142ae9b00acc82d2463165688d861213/browse/dependencies" target="_blank" alt="Dependency Status">
1313
<img src="https://david-dm.org/Burry/Sigmaker.svg" />
1414
</a>
1515
<a href="https://github.com/Burry/Sigmaker/blob/master/LICENSE" alt="MIT License">
1616
<img src="https://img.shields.io/github/license/Burry/Sigmaker.svg?color=%234c1" />
1717
</a>
18-
<a href="https://app.fossa.io/projects/git%2Bgithub.com%2FBurry%2FSigmaker?ref=badge_shield" alt="FOSSA Status">
19-
<img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2FBurry%2FSigmaker.svg?type=shield" />
18+
<a href="https://app.fossa.io/projects/custom%2B9027%2Fgithub.com%2FBurry%2FSigmaker?ref=badge_shield" alt="FOSSA Status">
19+
<img src="https://app.fossa.io/api/projects/custom%2B9027%2Fgithub.com%2FBurry%2FSigmaker.svg?type=shield" />
2020
</a>
2121
</h1>
2222

23-
### [Use it here](https://sigmaker.app)
23+
### [➡️ Use it here](https://sigmaker.app)
2424

2525
### [🛠 Development](docs/Development.md)
2626

27-
### [⚖️ License](https://app.fossa.io/projects/custom%2B9027%2Fgithub.com%2FBurry%2FEmail-Signature-Builder)
27+
### [⚖️ License](https://app.fossa.io/projects/custom%2B9027%2Fgithub.com%2FBurry%2FSigmaker)
2828

29-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FBurry%2FSigmaker.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FBurry%2FSigmaker?ref=badge_large)
29+
[![FOSSA Status](https://app.fossa.io/api/projects/custom%2B9027%2Fgithub.com%2FBurry%2FSigmaker.svg?type=large)](https://app.fossa.io/projects/custom%2B9027%2Fgithub.com%2FBurry%2FSigmaker?ref=badge_large)

0 commit comments

Comments
 (0)