Skip to content

Commit

Permalink
convert vuln probe
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock committed Feb 9, 2024
1 parent 4528470 commit 26acbd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions probes/hasOSVVulnerabilities/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ import (

func init() {
err := probes.Register(probes.Probe{
Name: Probe,
Implementation: Run,
Name: Probe,
Implementation: Run,
RequiredRawData: []probes.CheckName{probes.Vulnerabilities},
})
if err != nil {
panic(err)
Expand Down

0 comments on commit 26acbd6

Please sign in to comment.