Skip to content

Commit 75582e6

Browse files
committed
imp: workflow
1 parent 9e7db93 commit 75582e6

4 files changed

Lines changed: 8 additions & 23 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
packages: write
8989
attestations: write
9090
id-token: write
91+
env:
92+
DEBIAN_FRONTEND: noninteractive
93+
REGISTRY: ghcr.io
94+
IMAGE_NAME: ${{ github.repository }}
95+
LATEST_VERSION: "19.0"
9196

9297
strategy:
9398
matrix:
@@ -130,10 +135,5 @@ jobs:
130135
labels: ${{ steps.meta.outputs.labels }}
131136
cache-from: type=gha
132137
cache-to: type=gha,mode=max
133-
134-
- name: Attest build provenance
135-
uses: actions/attest-build-provenance@v2
136-
with:
137-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
138-
subject-digest: ${{ steps.build-and-push.outputs.digest }}
139-
push-to-registry: true
138+
provenance: mode=max
139+
sbom: true

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ repos:
1414
- id: hadolint
1515
name: hadolint (via uv + hadolint-py)
1616
entry: uv run --with git+https://github.com/AleksaC/hadolint-py.git@v2.14.0 hadolint
17-
args: [--verbose]
18-
language: system
17+
language: python
1918
types: [dockerfile]
2019
pass_filenames: true

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies = [
1414
"python-on-whales>=0.78.0,<0.79",
1515
"pytest>=8.4.2,<9",
1616
"requests>=2.32.5,<3",
17-
"hadolint-bin>=2.12.0,<3",
1817
]
1918

2019
[tool.uv]

uv.lock

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)