본문 바로가기

the murmurous sea

검색하기
the murmurous sea
프로필사진 lunacer

  • 분류 전체보기 (85)
    • Diary (0)
    • #dev (81)
      • 개념정리 (74)
      • undone Q (7)
      • server (0)
    • Let it Live, (0)
      • way to help (0)
      • way to do (0)
      • advanced matirials (0)
    • Asset Management (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
  • eas build
  • yet
  • HTML
  • javascript
  • ES5
  • node
  • nodeValue
  • eas
  • addEventListener
  • modal
  • Event
  • 커스텀 테마
  • Review
  • Empty
  • 앱 마케팅 전략
  • expo
  • a11y
  • CSS
  • node.js
  • js
  • es6
  • UI
  • innerHTML
  • textContent
  • 앱 시장 조사
  • Dom
  • 빌드 전 점검
  • snyk
  • react
  • innerText
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록snyk (1)

the murmurous sea

GitHub에 Snyk 자동 실행 설정

깃헙에 파일을 main 브랜치에 푸시할 때마다 Snyk 보안 검사가 자동으로 실행되도록 설정하려면, 해당 프로젝트에 GitHub Action workflow를 만들어야 한다. 1. GitHub Actions Workflow 파일 만들기1) 프로젝트 안에 workflows라는 새로운 폴더를 만들고 YAML 파일을 생성한다.mkdir -p .github/workflowstouch .github/workflows/snyk-security.yml 2) YAML 파일의 내용 예시는 다음과 같다.name: Snyk Security Scanon: push: branches: - main pull_request: branches: - mainjobs: security: runs-..

카테고리 없음 2025. 3. 13. 17:48
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바