Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
fetch-depth: 0

- name: TruffleHog Secret Scan
uses: trufflesecurity/trufflehog@47e7b7cd74f578e1e3145d48f669f22fd1330ca6 # v3.92.4
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.92.4
with:
extra_args: --only-verified

Expand Down Expand Up @@ -162,7 +162,7 @@
python-version: '3.11'

- name: Install safety
run: pip install safety

Check warning on line 165 in .github/workflows/security.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=0xReLogic_github-streak-alert&issues=AZ-B4fnEeUr9gP0iO_Ls&open=AZ-B4fnEeUr9gP0iO_Ls&pullRequest=135

Check warning on line 165 in .github/workflows/security.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=0xReLogic_github-streak-alert&issues=AZ-B4fnEeUr9gP0iO_Lt&open=AZ-B4fnEeUr9gP0iO_Lt&pullRequest=135

- name: Run safety check
run: safety check -r requirements.txt || true
Loading