update hawkscan-action reference to commit hash

This commit is contained in:
Zachary Conger
2021-06-28 16:05:58 -06:00
parent 6daaf84bb3
commit 09bec32a03
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
run: ./your-service.sh & # ✏️ Update this to run your own service to be scanned
- name: Run HawkScan
uses: stackhawk/hawkscan-action@v1.3.0
uses: stackhawk/hawkscan-action@4c3258cd62248dac6d9fe91dd8d45928c697dee0
continue-on-error: true # ✏️ Set to false to break your build on scan errors
with:
apiKey: ${{ secrets.HAWK_API_KEY }}