Skip to content

ci: sync with netresearch/.github templates/go-app #11

ci: sync with netresearch/.github templates/go-app

ci: sync with netresearch/.github templates/go-app #11

Workflow file for this run

name: Container
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
container:

Check failure on line 15 in .github/workflows/container.yml

View workflow run for this annotation

GitHub Actions / Container

Invalid workflow file

The workflow is not valid. .github/workflows/container.yml (Line: 15, Col: 3): Error calling workflow 'netresearch/.github/.github/workflows/build-container.yml@main'. The workflow is requesting 'security-events: write', but is only allowed 'security-events: none'. .github/workflows/container.yml (Line: 15, Col: 3): Error calling workflow 'netresearch/.github/.github/workflows/build-container.yml@main'. The nested job 'build' is requesting 'security-events: write', but is only allowed 'security-events: none'.
uses: netresearch/.github/.github/workflows/build-container.yml@main
with:
image-name: ${{ github.repository }}
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
permissions:
contents: read
packages: write
id-token: write
attestations: write