Skip to content

build(deps): update ruff requirement from <0.7.3 to <0.7.4 #2442

build(deps): update ruff requirement from <0.7.3 to <0.7.4

build(deps): update ruff requirement from <0.7.3 to <0.7.4 #2442

Workflow file for this run

name: Conformance Tests
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.x"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: install sigstore-python
run: python -m pip install .
- uses: sigstore/sigstore-conformance@ee4de0e602873beed74cf9e49d5332529fe69bf6 # v0.0.11
with:
entrypoint: ${{ github.workspace }}/test/integration/sigstore-python-conformance
xfail: "test_verify_with_trust_root test_verify_dsse_bundle_with_trust_root" # see issue 821