Skip to content

Commit

Permalink
Merge pull request #30 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update kubewarden/github-actions action to v3.1.10
  • Loading branch information
flavio authored Oct 16, 2023
2 parents 85d1890 + 205f340 commit 9eba49a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].9
uses: kubewarden/github-actions/.github/workflows/[email protected].10

release:
needs: test
Expand All @@ -23,6 +23,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/[email protected].9
uses: kubewarden/github-actions/.github/workflows/[email protected].10
with:
oci-target: ghcr.io/kubewarden/policies/env-variable-secrets-scanner
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected].9
uses: kubewarden/github-actions/.github/workflows/[email protected].10
6 changes: 5 additions & 1 deletion artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version: 0.1.7
name: env-variable-secrets-scanner
displayName: Environment Variable Secrets Scanner
createdAt: 2023-07-07T19:14:30.193712924Z
createdAt: 2023-10-16T07:39:38.035662785Z
description: Policy that inspects env vars and rejects a request if a secret was found
license: Apache-2.0
homeURL: https://github.com/kubewarden/env-variable-secrets-scanner-policy
Expand All @@ -31,6 +31,10 @@ install: |
```console
kwctl pull ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.7
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/env-variable-secrets-scanner:v0.1.7
```
maintainers:
- name: Kubewarden developers
email: [email protected]
Expand Down

0 comments on commit 9eba49a

Please sign in to comment.