Skip to content

Commit

Permalink
Update CI-master_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored Dec 29, 2021
1 parent 0a605cd commit a65d251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-master_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

# Run linpeas as a test
- name: Run linpeas
run: linPEAS/linpeas.sh -a -v
run: linPEAS/linpeas.sh -a -d

# Upload files for release
- name: Upload linpeas.sh
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:

# Run macpeas parts to test it
- name: Run macpeas
run: linPEAS/linpeas.sh -v -o system_information,container,procs_crons_timers_srvcs_sockets,network_information,users_information,software_information
run: linPEAS/linpeas.sh -d -o system_information,container,procs_crons_timers_srvcs_sockets,network_information,users_information,software_information


Publish_release:
Expand Down

0 comments on commit a65d251

Please sign in to comment.