Update CI-master_tests.yml
This commit is contained in:
parent
0e1504aadc
commit
f7ca40a623
13
.github/workflows/CI-master_tests.yml
vendored
13
.github/workflows/CI-master_tests.yml
vendored
@ -164,11 +164,11 @@ jobs:
|
|||||||
- run: go version
|
- run: go version
|
||||||
|
|
||||||
# Build linpeas
|
# Build linpeas
|
||||||
#- name: Build linpeas
|
- name: Build linpeas
|
||||||
# run: |
|
run: |
|
||||||
# python3 -m pip install PyYAML
|
python3 -m pip install PyYAML
|
||||||
# cd linPEAS
|
cd linPEAS
|
||||||
# python3 -m builder.linpeas_builder
|
python3 -m builder.linpeas_builder
|
||||||
|
|
||||||
# Build linpeas binaries
|
# Build linpeas binaries
|
||||||
- name: Build linpeas binaries
|
- name: Build linpeas binaries
|
||||||
@ -176,8 +176,7 @@ jobs:
|
|||||||
git clone https://github.com/carlospolop/sh2bin
|
git clone https://github.com/carlospolop/sh2bin
|
||||||
cd sh2bin
|
cd sh2bin
|
||||||
bash build.sh ../linPEAS/linpeas.sh
|
bash build.sh ../linPEAS/linpeas.sh
|
||||||
|
ls -lR ./
|
||||||
- run: ls -lR
|
|
||||||
|
|
||||||
# Run linpeas help as quick test
|
# Run linpeas help as quick test
|
||||||
- name: Run linpeas help
|
- name: Run linpeas help
|
||||||
|
Loading…
Reference in New Issue
Block a user