Skip to content

Bumping sec-scanners-config.yaml (#11364) #1

Bumping sec-scanners-config.yaml (#11364)

Bumping sec-scanners-config.yaml (#11364) #1

name: push-build-image-builder.yml
# description: "Build image-builder image for image-builder application."
on:
push:
branches:
- main
paths:
- "cmd/image-builder/*.go"
- "cmd/image-builder/images/kaniko/*"
- "pkg/**"
- "go.mod"
- "go.sum"
jobs:
build-image:

Check failure on line 15 in .github/workflows/push-build-image-builder.yml

View workflow run for this annotation

GitHub Actions / push-build-image-builder.yml

Invalid workflow file

The workflow is not valid. .github/workflows/push-build-image-builder.yml (Line: 15, Col: 3): Error calling workflow 'nesmabadr/test-infra/.github/workflows/image-builder.yml@c1ebf6ea36c6a980d8fca6cbc543c0cd044d7df4'. The nested job 'build-image' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/image-builder.yml
with:
name: image-builder
dockerfile: cmd/image-builder/images/kaniko/Dockerfile
context: .