We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc26cf commit bd3254eCopy full SHA for bd3254e
.github/workflows/conftest.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23
24
- name: Install conftest
25
- run: |
+ run: |-
26
curl -fsSL "https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz" \
27
-o conftest.tar.gz
28
echo "${CONFTEST_SHA256} conftest.tar.gz" | sha256sum --check --strict
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Run conftest
33
shell: bash
34
35
shopt -s nullglob
36
conftest test \
37
.github/workflows/*.yml \
0 commit comments