Skip to content

Commit

Permalink
Merge pull request #46 from Acmarr/main
Browse files Browse the repository at this point in the history
NVSHAS-7824 enable photon fetcher
  • Loading branch information
becitsthere authored Feb 12, 2024
2 parents 215ff00 + 13930e9 commit aa47fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import (
"github.com/vul-dbgen/updater"

_ "github.com/vul-dbgen/updater/fetchers/alpine"

_ "github.com/vul-dbgen/updater/fetchers/amazon"
_ "github.com/vul-dbgen/updater/fetchers/apps"
_ "github.com/vul-dbgen/updater/fetchers/debian"
_ "github.com/vul-dbgen/updater/fetchers/mariner"
_ "github.com/vul-dbgen/updater/fetchers/oracle"
_ "github.com/vul-dbgen/updater/fetchers/photon"
_ "github.com/vul-dbgen/updater/fetchers/rhel2"
_ "github.com/vul-dbgen/updater/fetchers/suse"
_ "github.com/vul-dbgen/updater/fetchers/ubuntu"
Expand Down

0 comments on commit aa47fca

Please sign in to comment.