-
-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve CI security checks (#1299)
* Adds mix_audit to detect CVEs * Adds sobelow to detect vulnerabilities * Uses hex.audit to detect deprecated packages
- Loading branch information
1 parent
161c836
commit 2686dad
Showing
4 changed files
with
30 additions
and
5 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
verbose: true, | ||
private: false, | ||
skip: false, | ||
router: nil, | ||
exit: :low, | ||
format: "txt", | ||
out: nil, | ||
threshold: :medium, | ||
ignore: ["Config.CSP", "Config.HTTPS"], | ||
ignore_files: [], | ||
version: false | ||
] |
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
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