Skip to content

feat: Generate SLSA provenance for operator images #10

feat: Generate SLSA provenance for operator images

feat: Generate SLSA provenance for operator images #10

Workflow file for this run

---
name: prek
on:
pull_request:
env:
HADOLINT_VERSION: "v2.14.0"
permissions: {}
jobs:
prek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
fetch-depth: 0
- uses: stackabletech/actions/run-prek@a8af17a19bdcc3b5da0065f76e73827ba0c072ce # v0.16.0
with:
hadolint: ${{ env.HADOLINT_VERSION }}