Skip to content

Commit

Permalink
feature #17: replace local github action with remote repository action
Browse files Browse the repository at this point in the history
  • Loading branch information
cob0 committed Oct 28, 2024
1 parent 820bd07 commit 89e3be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep-scan-and-check-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
VDB_HOME: /github/workspace/db
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check dependency reports
uses: ./.github/dep-scan-threshold-analyzer-action
uses: cob0/dep-scan-threshold-analyzer-action@master
with:
report_file: '/github/workspace/reports/sbom-docker.vdr.json'
threshold: '7.0'

0 comments on commit 89e3be6

Please sign in to comment.