File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# SecureStack GitHub Actions
22
3- A GitHub Action to execute SecureStack application attack surface analysis an application.
3+ A GitHub Action that analyses your web application for security and availability issues.
4+ When you add this to GitHub Actions we will analyze your web app everytime you deploy to a
5+ public endpoint and let you know if what you've just deployed is secure and meets your
6+ requirements.
47
58```
69name: Example Workflow Using SecureStack Web Vulnerability Exposure Action
1114 steps:
1215 - name: Web Vulnerability Exposure Analysis Step
1316 id: exposure
14- uses: SecureStackCo/[email protected] .0 17+ uses: SecureStackCo/[email protected] .2 1518 with:
1619 securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
1720 securestack_app_id: <Application Id>
You can’t perform that action at this time.
0 commit comments