Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenwang9867 committed Jul 9, 2022
1 parent 4e90206 commit 1fee520
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
5 changes: 0 additions & 5 deletions pkg/check-depdiff/dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ func (ct *ChangeType) IsValid() bool {

// Dependency is a dependency.
type Dependency struct {
// // IsDirect suggests if the dependency is a direct dependency of a code commit.
// TODO: IsDirect remains a future feature since the current GitHub Dependency Review API
// mixes up direct and indirect dependencies in manifest files of different ecosystems.
IsDirect bool

// ChangeType indicates whether the dependency is added, updated, or removed.
ChangeType ChangeType `json:"change_type"`

Expand Down
92 changes: 0 additions & 92 deletions pkg/check-depdiff/vulnerabilities.go

This file was deleted.

0 comments on commit 1fee520

Please sign in to comment.