Skip to content

Commit 6585333

Browse files
Merge pull request #148 from mprahl/syft-config
Exclude components from Syft that are not part of the built project
2 parents f74c259 + 3b34d8a commit 6585333

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.syft.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Only the Go backend components are part of the final container image so other components in the monorepo should not be
2+
# part of any generated SBOM from Syft.
3+
exclude:
4+
- ./.github
5+
- ./components/**
6+
- ./frontend/**
7+
- ./samples/**
8+
- ./test/**
9+
- ./tools/**
10+
- ./**/package.json
11+
- ./**/package-lock.json
12+
- ./**/*requirements*.txt
13+
- ./**/setup.py

0 commit comments

Comments
 (0)