update hawkscan-action reference to commit hash
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: ./your-service.sh & # ✏️ Update this to run your own service to be scanned
|
run: ./your-service.sh & # ✏️ Update this to run your own service to be scanned
|
||||||
|
|
||||||
- name: Run HawkScan
|
- 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
|
continue-on-error: true # ✏️ Set to false to break your build on scan errors
|
||||||
with:
|
with:
|
||||||
apiKey: ${{ secrets.HAWK_API_KEY }}
|
apiKey: ${{ secrets.HAWK_API_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user