We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf5113 commit d8c347fCopy full SHA for d8c347f
.github/workflows/semgrep.yml
@@ -26,7 +26,7 @@ jobs:
26
# Semgrep can only parse one requirements.txt
27
- run: |
28
curl --location --show-error --silent --output poetry.py https://install.python-poetry.org \
29
- && echo '66db5477a597b6176202ef77792076057ce50d2c5a2d2d2978c63e1f144d7b95' poetry.py | sha256sum -c \
+ && echo '963d56703976ce9cdc6ff460c44a4f8fbad64c110dc447b86eeabb4a47ec2160' poetry.py | sha256sum -c \
30
&& python poetry.py -y \
31
&& /github/home/.local/bin/poetry install \
32
&& semgrep ci
0 commit comments