Skip to content

Update dependabot.yml #55

Update dependabot.yml

Update dependabot.yml #55

Workflow file for this run

name: Audit code for security bugs and best-pratictes
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Audit code
run: |
git clone https://github.com/htrgouvea/secureperl && cd secureperl
docker build -t secureperl .
docker run -ti --rm secureperl