Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 committed Jul 15, 2024
1 parent 6f1fb23 commit a746356
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions clearcode/management/commands/store_scans.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
from clearcode.store_scans import store_scancode_scans_from_cd_items
#
# Copyright (c) nexB Inc. and others. All rights reserved.
# purldb is a trademark of nexB Inc.
# SPDX-License-Identifier: Apache-2.0
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
# See https://github.com/nexB/purldb for support or download.
# See https://aboutcode.org for more information about nexB OSS projects.
#

from clearcode.store_scans import store_scancode_scans_from_cd_items
from minecode.management.commands import VerboseCommand

class Command(BaseCommand):
class Command(VerboseCommand):
help = 'Store scancode scans in git repositories'

def add_arguments(self, parser):
Expand Down

0 comments on commit a746356

Please sign in to comment.