We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b301f1 commit a81ac6bCopy full SHA for a81ac6b
.github/workflows/stackhawk.yml
@@ -55,7 +55,7 @@ jobs:
55
run: ./your-service.sh & # ✏️ Update this to run your own service to be scanned
56
57
- name: Run HawkScan
58
- uses: stackhawk/hawkscan-action@81fe3cc71a944ab0e47e04bd41e2b42bf2ff7a4b
+ uses: stackhawk/hawkscan-action@babdc51d04a845402d5d5b3e0ca1a67d89bbf2c5
59
continue-on-error: true # ✏️ Set to false to break your build on scan errors
60
with:
61
apiKey: ${{ secrets.HAWK_API_KEY }}
0 commit comments