Skip to content

Attest images

Attest images #233

Workflow file for this run

on: pull_request
permissions:
packages: write
contents: read
security-events: write
pull-requests: write
jobs:
docker-build:

Check failure on line 10 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yaml (Line: 10, Col: 3): Error calling workflow 'scality/workflows/.github/workflows/docker-build.yaml@f7d1dbebae23eb3c190650aad96b0f70790a172d'. The nested job 'build' is requesting 'attestations: write, id-token: write', but is only allowed 'attestations: none, id-token: none'.
uses: ./.github/workflows/docker-build.yaml
with:
context: tests/docker
name: test
docker-build-with-secrets:
uses: ./.github/workflows/docker-build.yaml
with:
context: tests/docker-secrets
name: test-secrets
secrets: |
my_secret=toto
my_other_secret=tata
trivy:
needs: docker-build
uses: ./.github/workflows/trivy.yaml
with:
name: '/test'
lfs-warning:
uses: ./.github/workflows/lfs-warning.yaml