You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -213,9 +213,9 @@ security-sast-semgrep
213
213
**Description:**
214
214
215
215
- Semgrep CI behaves like other static analysis and linting tools: it runs a set of user-configured rules and returns a non-zero exit code if there are findings, resulting in its job showing a ✅ or ❌.
- diff-aware scan, performed while workflow triggering event is pull request and scans only changes in files, which keeps the scan fast and reduces finding duplication.
218
+
- full scan, performed while workflow triggering event is other event (e.g. push) and scans the whole codebase.
219
219
220
220
**Pass/fail behaviour**
221
221
@@ -299,20 +299,6 @@ installation-update.json
299
299
```
300
300
- package-splunkbase includes Splunkbase equivalent package code
301
301
302
-
security-virustotal
303
-
=======================
304
-
305
-
**Description**
306
-
307
-
GitHub Action to upload and scan files with VirusTotal which analyze files, domains, IPs and URLs to detect malware, suspicions and other breaches
0 commit comments