Commit 51b0f5d
committed
Fix security scanning to update GitHub Security alerts
Changes to ensure fresh security alerts on GitHub:
- Remove path filtering to run security scans on all pushes/PRs
- Add fetch-depth: 0 for complete repository scanning
- Add exit-code: 0 to prevent workflow failures from blocking alerts
- Remove redundant GITHUB_TOKEN env (inherited from permissions)
- Simplify workflow triggers for more frequent security updates
This ensures the Security tab shows current scan results instead of
referencing outdated workflow configurations.
Signed-off-by: Ihor Dvoretskyi <[email protected]>1 parent 47c1b34 commit 51b0f5d
1 file changed
+6
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 10 | + | |
18 | 11 | | |
19 | 12 | | |
20 | 13 | | |
| |||
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| 23 | + | |
| 24 | + | |
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
| |||
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
| 39 | + | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
51 | | - | |
52 | | - | |
53 | 47 | | |
54 | 48 | | |
55 | 49 | | |
| |||
73 | 67 | | |
74 | 68 | | |
75 | 69 | | |
| 70 | + | |
76 | 71 | | |
77 | 72 | | |
78 | 73 | | |
79 | 74 | | |
80 | 75 | | |
81 | 76 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 77 | + | |
0 commit comments