From bf9be0368f53a329be3b023566e6a1c76bd49cd2 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Thu, 20 Feb 2025 20:07:18 +0100 Subject: [PATCH] Fix typo in variable name. --- .../src/shared_data_model/sources/dependency_track.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/shared_code/src/shared_data_model/sources/dependency_track.py b/components/shared_code/src/shared_data_model/sources/dependency_track.py index 2d7635b238..b4e0d534ba 100644 --- a/components/shared_code/src/shared_data_model/sources/dependency_track.py +++ b/components/shared_code/src/shared_data_model/sources/dependency_track.py @@ -15,7 +15,7 @@ ALL_DEPENDENCY_TRACK_METRICS = ["dependencies", "security_warnings", "source_up_to_dateness", "source_version"] DEPENDENCY_TRACK_URL = HttpUrl("https://dependencytrack.org") -DEPENDENCY_TRACK_DESCRIPTIlON = ( +DEPENDENCY_TRACK_DESCRIPTION = ( "Dependency-Track is a component analysis platform that allows organizations to identify and " "reduce risk in the software supply chain." ) @@ -35,7 +35,7 @@ DEPENDENCY_TRACK = Source( name="Dependency-Track", - description=DEPENDENCY_TRACK_DESCRIPTIlON, + description=DEPENDENCY_TRACK_DESCRIPTION, url=DEPENDENCY_TRACK_URL, parameters={ "url": URL(