We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53e0b0 commit 2c2e918Copy full SHA for 2c2e918
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
kyverno:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3.0.0
+ - uses: actions/checkout@v3.5.0
19
20
- name: Get kyverno
21
run: wget -q -O - https://github.com/kyverno/kyverno/releases/download/v1.5.4/kyverno-cli_v1.5.4_linux_x86_64.tar.gz | tar -C /usr/local/bin -xzf - kyverno
@@ -26,7 +26,7 @@ jobs:
26
checkov:
27
28
29
30
31
- name: Get checkov
32
run: pip install checkov
0 commit comments