File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 uses :
SecureStackCo/[email protected] 1010 with :
1111 securestack_api_key : ${{ secrets.SECURESTACK_API_KEY_SECRET }}
12- securestack_app_id : ' abb7fb5c-fa15-4baa-9dfd-3e77316f80a2 '
12+ securestack_app_id : ${{ secrets.SECURESTACK_APP_ID }}
1313 severity : critical
1414 flags : ' --dom -r'
Original file line number Diff line number Diff line change 33A GitHub Action to execute SecureStack application attack surface analysis an application.
44
55```
6- name: Example Workflow Using SecureStack Exposure Action
6+ name: Example Workflow Using SecureStack Web Vulnerability Exposure Action
77on: push
88jobs:
99 security:
1010 runs-on: ubuntu-latest
1111 steps:
12- - name: Exposure Analysis Step
12+ - name: Web Vulnerability Exposure Analysis Step
1313 id: exposure
1414 uses: SecureStackCo/[email protected] 1515 with:
1616 securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
17- securestack_app_id: ${{ secrets.SECURESTACK_APPI_ID }}
17+ securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
1818 severity: critical
1919 flags: '--dom -r'
2020```
You can’t perform that action at this time.
0 commit comments