python-tuf/.github/workflows/conformance.yml
Jussi Kukkonen 64cacfc553 conformance: Bump version and schedule a weekly run
This way there is always an up-to-date result for the conformance
report (https://theupdateframework.github.io/tuf-conformance/)
to use

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2025-11-03 19:43:41 +02:00

26 lines
604 B
YAML

on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
schedule:
- cron: '30 6 * * 3'
permissions:
contents: read
name: Conformance
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- name: Checkout conformance client
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Run test suite
uses: theupdateframework/tuf-conformance@500c525c9ce287a472fd334fe8d885cace667d32 # v2.4.0
with:
entrypoint: ".github/scripts/conformance-client.py"