We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d647b commit e091133Copy full SHA for e091133
1 file changed
.github/workflows/test-devolv-action.yml.yml
@@ -32,10 +32,17 @@ jobs:
32
tool: validate
33
path: ./sample_policies
34
35
-
36
- name: Use Devolv Action - drift
37
uses: devolvdev/devolv-actions@v1
38
with:
39
tool: drift
40
policy-name: DevolvTestPolicyHuge
41
path: ./test-devolv-policy.json
+
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