Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- OWASP
- github
- MySQL
- C언어
- 알고리즘
- gotify
- 자료구조
- OpenSource
- Juice Shop
- Network
- github action
- Database
- Codeup
- Python
- 데이터통신
- DVWA
- goKart
- firewall
- CodeQL
- sqli
- ubuntu
- JDBC
- 백준알고리즘
- 운영체제
- gosec
- JSP
- SUA
- virtualbox
- LGTM
- juice-shop
Archives
- Today
- Total
비트(bit)주세요
[gotify/server] gosec의 GitHub Action 사용해보기 본문
728x90
yml 예시 파일을 복사해본다.
https://github.com/Ynniss/golang-security-action
GitHub - Ynniss/golang-security-action: Github action that let you run gosec (https://github.com/securego/gosec)
Github action that let you run gosec (https://github.com/securego/gosec) - GitHub - Ynniss/golang-security-action: Github action that let you run gosec (https://github.com/securego/gosec)
github.com
1. Fork한 레포지토리에 들어간다.
2. [.github/workflows/] 디렉토리에 [gosecAction.yml]이라는 파일을 생성하고,
코드는 방금 복사한 코드를 붙여넣는다.
3. 그리고 커밋해준다.
4. 파일이 잘 올라왔고, 현재 실행중이다.
5. [Action] 탭에 들어가서 자세한 상태를 볼 수 있다.
6. 점검이 다 된 모습이다.
'SUA > 오픈소스 보안' 카테고리의 다른 글
정보보안 SUA - [오픈소스 보안] 6주차 (0) | 2021.11.01 |
---|---|
[gohugoio/hugo] gokart의 GitHub Action 사용해보기 (0) | 2021.11.01 |
[gohugoio/hugo] gokart로 분석하기 (0) | 2021.11.01 |
[Juice-Shop] Login MC Safesearch (0) | 2021.10.31 |
[Juice-Shop] Exposed Metrics (0) | 2021.10.31 |