Skip to content

Commit

Permalink
chore: add Technolinator config for dependencytrack, setting the corr…
Browse files Browse the repository at this point in the history
…ect java version (SEC-598) (#2720)

Co-authored-by: Mohamad Jaara <[email protected]>
  • Loading branch information
emil-wire and MohamadJaara authored Mar 28, 2024
1 parent 323f244 commit 8dbc70d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/technolinator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# whether Technolinator does analysis at all; default: true
enable: true
# whether Technolinator shall comment vulnerability reports to pull-requests
enablePullRequestReport: false
analysis:
# whether cdxgen should scan for projects recursively in 'location' or only 'location' itself; default: true
recursive: true
# include only 'required' scoped dependencies to created BOM
requiredScopeOnly: false
# create sbom with evidence (slows down the process)
evidence: true
# exclude the kalium directory because a) it throws errors that can't be resolved and b) it doesn't matter, as its
# scanned as its own project anyway and it would be a duplicated effort
# excludes:
# - kalium
jdk:
# select JDK version used by cdxgen on JVM based projects
version: 17

0 comments on commit 8dbc70d

Please sign in to comment.