Skip to content

Commit 3abc4ba

Browse files
authored
Update README.md
1 parent e5b05e0 commit 3abc4ba

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,42 @@
22

33
The Target Scan Action provides an easy and efficient integration of Dynamic Application Security Testing (DAST) done with [Probely](http://probely.com) into your CI pipelines in GitHub.
44

5+
![image](https://github.com/Probely/probely-github-action/assets/55719546/aa86508c-9293-44d8-8b86-38813b074e06)
56

67
## About Probely’s DAST
78

89
Probely’s DAST scanner automates and scales web applications and APIs security testing:
9-
Detects over 30,000 potential security vulnerabilities.
10-
Reports the vulnerabilities that matter due to the near-zero number of false positives (0.06% in 2022).
11-
Produces reports of the vulnerabilities found with detailed instructions on how to fix them.
10+
* Detects over 30,000 potential security vulnerabilities.
11+
* Reports the vulnerabilities that matter due to the near-zero number of false positives (0.06% in 2022).
12+
* Produces reports of the vulnerabilities found with detailed instructions on how to fix them.
13+
1214
Read more details on [our Product page](https://probely.com/product/).
1315

1416
## About the Target Scan Action
1517

16-
The Target Scan Action is the piece that automates Probely’s security testing integrated into your CI pipeline. It is configured in GitHub Actions to execute security tests on every commit to your project’s main branch. This default behavior can, however, be changed and adjusted in GitHub Actions to meet your specific CI needs.
18+
The Target Scan Action is the piece that automates Probely’s security testing integrated into your CI pipeline. It is configured in GitHub Actions to execute security tests on every commit to your project’s main branch.
19+
20+
![image](https://github.com/Probely/probely-github-action/assets/55719546/e8d05375-187c-4b91-bc86-e76de763210e)
21+
22+
This default behavior can, however, be changed and adjusted in GitHub Actions to meet your specific CI needs.
1723

1824
## Usage
1925

2026
### Register
2127

22-
If you are not registered yet, [get started for free](https://probely.com/?utm_source=google&utm_medium=cpc&utm_campaign=RP+-+Brand+-+Exact&utm_term=probely&hsa_ad=654489877632&hsa_net=adwords&hsa_grp=147353173825&hsa_tgt=kwd-804841504705&hsa_acc=6027994897&hsa_kw=probely&hsa_cam=19958547983&hsa_mt=p&hsa_src=g&hsa_ver=3&gad_source=1&gclid=CjwKCAiAjfyqBhAsEiwA-UdzJBCZNCM-RkWkJ5kXLgP6SY2hYlx4GqSgZhB4IVwFGUHOtV3imerAAxoCVLgQAvD_BwE) and create an account in Probely.
28+
If you are not registered yet, [get started for free](https://probely.com/?utm_source=google&utm_medium=cpc&utm_campaign=RP+-+Brand+-+Exact&utm_term=probely&hsa_ad=654489877632&hsa_net=adwords&hsa_grp=147353173825&hsa_tgt=kwd-804841504705&hsa_acc=6027994897&hsa_kw=probely&hsa_cam=19958547983&hsa_mt=p&hsa_src=g&hsa_ver=3&gad_source=1&gclid=CjwKCAiAjfyqBhAsEiwA-UdzJBCZNCM-RkWkJ5kXLgP6SY2hYlx4GqSgZhB4IVwFGUHOtV3imerAAxoCVLgQAvD_BwE) and create an account in Probely.
2329
For more details, read this article on [how the free trial works](https://help.probely.com/en/articles/6842482-understand-how-the-trial-works).
2430

2531
### Add the Target
2632

27-
Once registered, log in to the [Probely app](https://help.probely.com/en/articles/6842482-understand-how-the-trial-works), and add the target for the web application or API you want to do the security testing. See this tutorial on [how to add a target](https://help.probely.com/en/articles/5733114-how-to-add-a-target).
33+
Once registered, log in to the [Probely app](https://help.probely.com/en/articles/6842482-understand-how-the-trial-works), and add the target for the web application or API you want to do the security testing.
34+
See this tutorial on [how to add a target](https://help.probely.com/en/articles/5733114-how-to-add-a-target).
2835

2936
### Integrate
3037

3138
Once registered and with the target created in Probely, set up the Target Scan Action integration with your CI pipeline in GitHub by following this tutorial on [how to integrate Probely with GitHub Actions](https://help.probely.com/en/articles/8608589-how-to-integrate-probely-with-github).
3239

3340
## Contact Us
3441

35-
If you have any issues or questions, email us to support@probely.com.
42+
If you have any issues or questions, email us to support@probely.com.
3643
If you want to know more about Probely, request a demo on [our website](https://probely.com/).

0 commit comments

Comments
 (0)