Skip to content

Attest images

Attest images #235

Workflow file for this run

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

Check failure on line 11 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: 11, Col: 3): Error calling workflow 'scality/workflows/.github/workflows/docker-build.yaml@c193f437de893a2aaa7d59c351f061131f9a3a91'. The nested job 'build' is requesting 'id-token: write', but is only allowed '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