Skip to content

Commit

Permalink
Merge pull request #245 from safedep/ci/vet-enable-cloud-mode
Browse files Browse the repository at this point in the history
ci: Enable SafeDep cloud for vet
  • Loading branch information
abhisek authored Oct 11, 2024
2 parents aa501a7 + 155343d commit 7eae320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
uses: safedep/vet-action@v1
with:
policy: .github/vet/policy.yml
cloud: true
cloud-key: ${{ secrets.SAFEDEP_CLOUD_API_KEY }}
cloud-tenant: ${{ secrets.SAFEDEP_CLOUD_TENANT_DOMAIN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7eae320

Please sign in to comment.