issues
search
guacsec
/
guac
GUAC aggregates software security metadata into a high fidelity graph database.
https://guac.sh
Apache License 2.0
1.29k
stars
176
forks
source link
improve on ingestion license check
#2152
Closed
pxp928
closed
1 month ago
pxp928
commented
1 month ago
Description of the PR
remove unneeded batching (as the rate limit was not being hit)
do not query for source license on ingestion (only enabled when the certifier runs)
PR Checklist
[ ] All commits have
a Developer Certificate of Origin (DCO)
-- they are generated using
-s
flag to
git commit
.
[ ] All new changes are covered by tests
[ ] If GraphQL schema is changed,
make generate
has been run
[ ] If GraphQL schema is changed, GraphQL client updates/additions have been made
[ ] If OpenAPI spec is changed,
make generate
has been run
[ ] If ent schema is changed,
make generate
has been run
[ ] If
collectsub
protobuf has been changed,
make proto
has been run
[ ] All CI checks are passing (tests and formatting)
[ ] All dependent PRs have already been merged
Description of the PR
PR Checklist
-s
flag togit commit
.make generate
has been runmake generate
has been runmake generate
has been runcollectsub
protobuf has been changed,make proto
has been run