Skip to content

Commit

Permalink
test docker sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelFel committed Mar 31, 2024
1 parent 239346b commit d8ac62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skipper/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Image:
"""
A class to represent an image with attributes like registry, name, tag, namespace.
A class to represent an image with attributes like registry, name, tag, namespace .
"""

def __init__(self, name, tag, dockerfile=None, registry=None, namespace=None):
Expand Down

0 comments on commit d8ac62c

Please sign in to comment.