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: .github/workflows/ci.yml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,3 +91,24 @@ jobs:
91
91
name: vuln-scan-results
92
92
path: vulns.json
93
93
if-no-files-found: error
94
+
finalizer:
95
+
# This gives us something to set as required in the repo settings. Some projects use dynamic fan-outs using matrix strategies and the fromJSON function, so
96
+
# you can't hard-code what _should_ run vs not. Having a finalizer simplifies that so you can just check that the finalizer succeeded, and if so, your
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/ci.yml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,3 +116,25 @@ jobs:
116
116
name: vulns-${{ "{{ env.SANITIZED_PLATFORM }}" }}
117
117
path: vulns.*.json
118
118
if-no-files-found: error
119
+
finalizer:
120
+
# This gives us something to set as required in the repo settings. Some projects use dynamic fan-outs using matrix strategies and the fromJSON function, so
121
+
# you can't hard-code what _should_ run vs not. Having a finalizer simplifies that so you can just check that the finalizer succeeded, and if so, your
0 commit comments