File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " env-variable-secrets-scanner-policy"
3
- version = " 0.1.7 "
3
+ version = " 0.1.8 "
4
4
authors = [
" raulcabello <[email protected] >" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 4
4
#
5
5
# This config can be saved to its default location with:
6
6
# kwctl scaffold artifacthub > artifacthub-pkg.yml
7
- version : 0.1.7
7
+ version : 0.1.8
8
8
name : env-variable-secrets-scanner
9
9
displayName : Environment Variable Secrets Scanner
10
- createdAt : 2023-10-16T07:39:38.035662785Z
10
+ createdAt : 2025-03-10T12:24:35.376615395Z
11
11
description : Policy that inspects env vars and rejects a request if a secret was found
12
12
license : Apache-2.0
13
13
homeURL : https://github.com/kubewarden/env-variable-secrets-scanner-policy
14
14
containersImages :
15
15
- name : policy
16
- image : ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.7
16
+ image : ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.8
17
17
keywords :
18
18
- secrets
19
19
- api keys
@@ -23,17 +23,17 @@ keywords:
23
23
- confidential data leak
24
24
links :
25
25
- name : policy
26
- url : https://github.com/kubewarden/env-variable-secrets-scanner-policy/releases/download/v0.1.7 /policy.wasm
26
+ url : https://github.com/kubewarden/env-variable-secrets-scanner-policy/releases/download/v0.1.8 /policy.wasm
27
27
- name : source
28
28
url : https://github.com/kubewarden/env-variable-secrets-scanner-policy
29
29
install : |
30
30
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
31
31
```console
32
- kwctl pull ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.7
32
+ kwctl pull ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.8
33
33
```
34
34
Then, generate the policy manifest and tune it to your liking. For example:
35
35
```console
36
- kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.7
36
+ kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.8
37
37
```
38
38
maintainers :
39
39
- name : Kubewarden developers
You can’t perform that action at this time.
0 commit comments