[Snyk] Security upgrade @google-cloud/profiler from 2.0.2 to 4.1.2 #127
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: 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 }} |