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 bdc605d commit 4498eceCopy full SHA for 4498ece
.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.6.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