Skip to content

Bump github.com/docker/cli from 27.2.0+incompatible to 27.2.1+incompatible #122

Bump github.com/docker/cli from 27.2.0+incompatible to 27.2.1+incompatible

Bump github.com/docker/cli from 27.2.0+incompatible to 27.2.1+incompatible #122

Workflow file for this run

name: e2e-with-binary
# Run on every push, and allow it to be run manually.
on:
workflow_dispatch:
push:
branches: ['main', 'v*']
pull_request:
jobs:
e2e-tests-with-binary:
# Skip if running in a fork that might not have secrets configured.
if: ${{ github.repository == 'venafi/sigscan' }}
name: Run tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
permissions:
contents: read
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.22'
check-latest: true
- name: build sigscan and check
shell: bash
run: |
set -e
make sigscan
./sigscan fs test/tempdir1/ test/tempdir2 --output json | jq
./sigscan fs test/tempdir1/ test/tempdir2 --output json | jq
./sigscan fs test/tempdir1/ test/tempdir2 --output pretty
./sigscan fs test/tempdir1/ test/tempdir2 --output pretty