-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15009db
commit 65f8fa4
Showing
4 changed files
with
258 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Python 依存パッケージの脆弱性診断を定期的に行う | ||
# NOTE: 公式 Action は API key 等を必要とするため利用しない(https://github.com/pyupio/safety-action/tree/main) | ||
|
||
name: test-security | ||
|
||
|
@@ -24,7 +23,9 @@ jobs: | |
requirements-suffix: "-dev" | ||
|
||
- name: <Test> Check Python dependency security | ||
run: safety check -r requirements.txt -r requirements-dev.txt -r requirements-build.txt -o bare | ||
uses: pypa/[email protected] | ||
with: | ||
inputs: requirements.txt requirements-dev.txt requirements-build.txt | ||
|
||
- name: <Deploy> Notify Discord of security testing result | ||
uses: sarisia/actions-status-discord@v1 | ||
|
Oops, something went wrong.