본문 바로가기

SUA/오픈소스 보안

Owasp ZAP에 GitHub Action 사용

 

zaproxy/.github/workflows/ 로 이동한다.

이동후

create new file을 클릭한후 아래의 사이트에 코드를 그대로 복사 붙여넣기 해보았다.

 

https://www.hahwul.com/2020/11/23/make-cloud-base-zap-scanning-environment-using-githubaction/

 

Make cloud base ZAP Scanning Environment Using github-action

Hi hackers and bugbounty hunters :D Today, I talk about building a github-action-based ZAP scanning environment. As you know, there is no time limit for public repo, so you can configure a cloud-based vulnerability scanner for free 😉 저는 보통 개

www.hahwul.com

 

 

코드를 커밋하고 올리고 Action에서 확인했더니 실행중인것을 볼 수 있다.

점검이 다 된걸 볼 수 있다.

 

'SUA > 오픈소스 보안' 카테고리의 다른 글

[SonarQube] Selenium, Spark, Spring-boot 진단  (0) 2021.11.21
[LGTM] kubernetes 분석  (0) 2021.11.21
OWASP ZAP 사용법 정리  (0) 2021.11.09
[SUA] 오픈소스 보안 5주차  (0) 2021.11.09
[SUA] 오픈소스 보안 4주차  (0) 2021.10.30