Merge pull request #316 from crazy-max/fix-no-default-attest

handle no default attestations env var
This commit is contained in:
CrazyMax
2025-04-23 18:38:03 +02:00
committed by GitHub
5 changed files with 83 additions and 19 deletions

View File

@@ -734,3 +734,19 @@ jobs:
./test/config.hcl
allow: network.host
targets: app-entitlements
no-default-attestations:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Build
uses: ./
with:
source: .
files: |
./test/config.hcl
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1