Skip to content

Commit 7d1073a

Browse files
Fix continue-on-error placement in Safety CLI workflow step (#45)
Move continue-on-error from inside the 'with' block to the step level, where it is correctly recognized as a workflow step property. Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 96d144b commit 7d1073a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
api-key: ${{ secrets.SAFETY_API_KEY }}
113113
scan: true
114-
continue-on-error: true
114+
continue-on-error: true
115115

116116
- name: Upload security reports
117117
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)