Skip to content

Commit e091133

Browse files
committed
testing new wrapper
1 parent 27d647b commit e091133

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test-devolv-action.yml.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,17 @@ jobs:
3232
tool: validate
3333
path: ./sample_policies
3434

35-
3635
- name: Use Devolv Action - drift
3736
uses: devolvdev/devolv-actions@v1
3837
with:
3938
tool: drift
4039
policy-name: DevolvTestPolicyHuge
4140
path: ./test-devolv-policy.json
41+
42+
- name: Upload Devolv findings
43+
if: always()
44+
uses: actions/upload-artifact@v4
45+
with:
46+
name: devolv-findings
47+
path: findings.json
48+
if-no-files-found: ignore

0 commit comments

Comments
 (0)