ASFHyP3 / hyp3-lib

Common library for HyP3 plugins
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

update static analysis github actions #269

Closed asjohnston-asf closed 10 months ago

asjohnston-asf commented 10 months ago

Removes gitleaks check as we've retired that check in our other repositories.

Replaces the trufflehog check with ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml

Not adopting ASFHyP3/actions/.github/workflows/reusable-flake8.yml, since the reusable action does not support the hyp3lib-specific --ignore=A,B,E,I,W,N8 flag used here.

jhkennedy commented 10 months ago

Can deal with linting come the big refactor