diff --git a/.github/workflows/snyk-test-api-import.yml b/.github/workflows/snyk-test-api-import.yml index 637123e6aa6..58c7109fceb 100644 --- a/.github/workflows/snyk-test-api-import.yml +++ b/.github/workflows/snyk-test-api-import.yml @@ -24,7 +24,5 @@ jobs: echo "REPO_NAME=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV - name: Import repo via API id: import_repo - env: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} run: | python3 scripts/import_repo.py --owner ${{ github.repository_owner }} --name ${{ env.REPO_NAME }} --snyk-org ${{ vars.SNYK_ORG }} --integration-id ${{ vars.SNYK_INTEGRATION_ID }} --branch ${{ github.ref_name }} diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 45c6ca0bc86..2141f63d77e 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1 +1 @@ -requests~=2.31 \ No newline at end of file +requests~=2.33.0 \ No newline at end of file