Skip to content

Commit 96bc3c6

Browse files
authored
feat: set default zizmor configuration (#42)
Updated Zizmor policy version and added inline values configuration.
1 parent b11d0a6 commit 96bc3c6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

updatecli-compose.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ policies:
3333
- updatecli/values.d/updatecli_gha.yaml
3434

3535
- name: Install Zizmor everywhere
36-
policy: ghcr.io/updatecli/policies/zizmor/githubaction/scaffold:0.6.0@sha256:a0fce8b97fa03cb8aefa5e4d2c3bd6eafe02eb773a5d3f1ee67644962cd9dbfa
36+
policy: ghcr.io/updatecli/policies/zizmor/githubaction/scaffold:0.7.0
3737
values:
3838
- updatecli/values.d/scm_githubsearch.yaml
39+
valuesinline:
40+
config:
41+
rules:
42+
secrets-outside-env:
43+
disable: true
44+

0 commit comments

Comments
 (0)