Merge pull request #1095 from HollowMan6/master

fix(build): LICENSE file in release tarballs
This commit is contained in:
Matthias Bertschy
2023-02-15 15:48:25 +01:00
committed by GitHub
+1 -1
View File
@@ -77,7 +77,7 @@ def main():
with tarfile.open(tar_file, 'w:gz') as archive:
archive.add(ks_file, "kubescape")
archive.add(ks_file, "LICENSE")
archive.add("LICENSE", "LICENSE")
print("Build Done")