Skip to content

Commit

Permalink
Upload Dependency Check Report
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimminjeong committed Feb 17, 2025
1 parent 87aec5c commit 12c96e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/performance-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
path: "./"
format: "HTML"

- name: Upload Dependency Check Report
uses: actions/upload-artifact@v3
with:
name: dependency-check-report
path: ./reports

# Trivy 사용해 Harbor에 Push한 이미지 취약점 검사
- name: Run Trivy vulnerability scanner (pre-build)
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 12c96e6

Please sign in to comment.