Skip to content

1.0.14 Updated Apache and Mutillidae #35

1.0.14 Updated Apache and Mutillidae

1.0.14 Updated Apache and Mutillidae #35

Workflow file for this run

name: HawkScan
on:
push:
jobs:
hawkscan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker-compose up -d
- uses: stackhawk/hawkscan-action@v1.3.0
with:
apiKey: ${{ secrets.HAWK_API_KEY }}