Skip to content

Commit

Permalink
CID-2409: Fix Snyk action
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedlajmileanix committed Mar 6, 2024
1 parent 60d7197 commit a14c8bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Get credentials
uses: leanix/secrets-action@master
with:
secret-store-credentials: ${{ secrets.INJECTED_SECRET_STORE_CREDENTIALS }}

- uses: snyk/actions/gradle@master
with:
command: monitor
args: --all-projects --exclude=k8s -d --severity-threshold=high --remote-repo-url=leanix/vsm-sbom-booster --project-tags=Team=Cider
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit a14c8bb

Please sign in to comment.