|
49 | 49 | with: |
50 | 50 | path: ~/.local/share/virtualenvs |
51 | 51 | key: ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }} |
52 | | - - name: Install the dependencies |
53 | | - run: | |
54 | | - python -m pip install --upgrade pipenv |
55 | | - mkdir "${RUNNER_TEMP}/bin" |
56 | | - curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b "${RUNNER_TEMP}/bin" |
57 | | - chmod +x "${RUNNER_TEMP}/bin/syft" |
58 | | - curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b "${RUNNER_TEMP}/bin" |
59 | | - chmod +x "${RUNNER_TEMP}/bin/grype" |
60 | | - echo "${RUNNER_TEMP}/bin" >> "${GITHUB_PATH}" |
61 | 52 | - name: Install Task |
62 | 53 | uses: arduino/setup-task@v1 |
63 | 54 | - name: Initialize the repo |
@@ -118,8 +109,6 @@ jobs: |
118 | 109 | with: |
119 | 110 | path: ~/.local/share/virtualenvs |
120 | 111 | key: ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }} |
121 | | - - name: Install the dependencies |
122 | | - run: python -m pip install --upgrade pipenv |
123 | 112 | - name: Install Task |
124 | 113 | uses: arduino/setup-task@v1 |
125 | 114 | - name: Initialize the repo |
@@ -169,8 +158,6 @@ jobs: |
169 | 158 | with: |
170 | 159 | path: ~/.local/share/virtualenvs |
171 | 160 | key: ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }} |
172 | | - - name: Install the dependencies |
173 | | - run: python -m pip install --upgrade pipenv |
174 | 161 | - name: Install Task |
175 | 162 | uses: arduino/setup-task@v1 |
176 | 163 | - name: Initialize the repo |
|
0 commit comments