Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
add repo name to Snyk project name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Apr 10, 2023
1 parent 14d0796 commit f5ea8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: snyk/actions/python@master
with:
command: monitor
args: --file=requirements-dev.txt --project-name=python --org=${{ env.SNYK_ORG }}
args: --file=requirements-dev.txt --project-name=rsconnect-jupyter --org=${{ env.SNYK_ORG }}
ui:
runs-on: ubuntu-latest
steps:
Expand All @@ -32,4 +32,4 @@ jobs:
uses: snyk/actions/node@master
with:
command: monitor
args: --file=yarn.lock --project-name=ui --org=${{ env.SNYK_ORG }}
args: --file=yarn.lock --project-name=rsconnect-jupyter --org=${{ env.SNYK_ORG }}

0 comments on commit f5ea8d8

Please sign in to comment.