Skip to content

Add Semgrep CI

Add Semgrep CI #131

Workflow file for this run

name: HawkScan
on:
push:
pull_request:
jobs:
hawkscan:
name: HawkScan
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Run Nginx
run: docker run --rm --detach --publish 8080:80 --name nginx_test nginx
- name: Run HawkScan
uses: stackhawk/hawkscan-action@v2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}