diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3096b302..465492b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -187,6 +187,7 @@ jobs: sudo apt-get update -qq sudo apt-get -qq -y install podman buildah sudo mkdir -p /etc/containers/registries.d/ + sudo ls -l /proc /boot /proc/crypto - name: configure podman to validate sigstore signatures if: ${{ matrix.container_runtime == 'PODMAN' }}