Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CODEOWNERS
LICENSE.md

# We need to configure secrets for integration tests.
.github/workflows/ci.yml
.github/workflows/semgrep.yml

# Files that avoid breaking changes due to renames.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Semgrep can only parse one requirements.txt
- run: |
curl --location --show-error --silent --output poetry.py https://install.python-poetry.org \
&& echo '66db5477a597b6176202ef77792076057ce50d2c5a2d2d2978c63e1f144d7b95' poetry.py | sha256sum -c \
&& echo '963d56703976ce9cdc6ff460c44a4f8fbad64c110dc447b86eeabb4a47ec2160' poetry.py | sha256sum -c \
&& python poetry.py -y \
&& /github/home/.local/bin/poetry install \
&& semgrep ci
Expand Down
Loading