Skip to content

Commit 8ca41c0

Browse files
authored
Added verbage to desc and changed version
Added a more descriptive header and updated the version to show v0.1.2
1 parent bd9a18c commit 8ca41c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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
```
69
name: Example Workflow Using SecureStack Web Vulnerability Exposure Action
@@ -11,7 +14,7 @@ jobs:
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>

0 commit comments

Comments
 (0)