Skip to content

Commit

Permalink
Update testil.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morgansnyk authored Oct 1, 2024
1 parent 57bea5b commit f5d894f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/testil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: 'Snyk Test'
runs-on: ubuntu-latest
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_TOKEN: ${{ secrets.testOrgSnykToken }}

steps:
- uses: actions/checkout@main
Expand All @@ -27,9 +27,8 @@ jobs:
snyk auth ${SNYK_TOKEN}
- name: Open Source Monitor
run: snyk monitor -d --all-projects --detection-depth=10 --org=804ea50f-4493-420a-9b6b-bfe0dbb83b5c --target-reference=test123
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: |
snyk monitor -d --all-projects --detection-depth=10 --org=804ea50f-4493-420a-9b6b-bfe0dbb83b5c --target-reference="test123"
- name: Code Test
# run: snyk code test --sarif > snyk-code.sarif || true
Expand Down

0 comments on commit f5d894f

Please sign in to comment.