mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-07 17:26:28 +01:00
7 lines
90 B
Python
7 lines
90 B
Python
def main():
|
|
print("Hello from trivy-report!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|