update secureperl

master
htrgouvea 2021-05-18 23:27:53 -03:00
parent 9321835712
commit 256d733bec
1 changed files with 3 additions and 5 deletions

View File

@ -4,12 +4,10 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Audit code
with:
token: ${{ secrets.GITHUB_TOKEN }}
run: |
sudo apt install -y libpath-iterator-rule-perl libtest-perl-critic-perl
curl -s https://raw.githubusercontent.com/htrgouvea/secureperl/main/secureperl.pl | perl
sudo apt install -y libpath-iterator-rule-perl libtest-perl-critic-perl
curl https://raw.githubusercontent.com/htrgouvea/secureperl/main/secureperl.pl | perl