Merge pull request #162 from Bezbran/dev

python3 for build
This commit is contained in:
Bezbran
2021-10-14 14:40:25 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
ArmoERServer: report.euprod1.cyberarmorsoft.com
ArmoWebsite: portal.armo.cloud
CGO_ENABLED: 0
run: python build.py
run: python3 --version && python3 build.py
- name: Upload build artifacts
uses: actions/upload-artifact@v2

View File

@@ -154,7 +154,7 @@ Kubescape is an open source project, we welcome your feedback and ideas for impr
# How to build
## Build using python script
## Build using python (3.7^) script
Kubescpae can be built using: