[Snyk] Security upgrade gunicorn from 20.1.0 to 21.2.0 #462
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image CI | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build the WPScan Docker image | |
run: docker build ./engines/wpscan/ --tag patrowl/engine-wpscan:$(date +%s) |