Skip to content

Feat/golang

Feat/golang #2

Workflow file for this run

name: pr
permissions: {}
on:
pull_request:
branches:
- master
- develop
defaults:
run:
shell: bash
jobs:
ci:

Check failure on line 16 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / pr

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 16, Col: 3): Error calling workflow 'sse-secure-systems/connaisseur/.github/workflows/.reusable-ci.yml@adfa4066d95e7e82afc3768a067bd20bacf5b448'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: none'. .github/workflows/pr.yml (Line: 16, Col: 3): Error calling workflow 'sse-secure-systems/connaisseur/.github/workflows/.reusable-ci.yml@adfa4066d95e7e82afc3768a067bd20bacf5b448'. The nested job 'compliance' is requesting 'actions: read, checks: read, contents: write, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: write, id-token: write', but is only allowed 'actions: none, checks: no[...]
uses: ./.github/workflows/.reusable-ci.yml
permissions: {}
secrets: inherit
with:
skip_build: 'none'
skip_compliance_checks: 'none'
skip_unit_tests: 'none'
skip_sast: 'none'
skip_sca: 'none'
skip_docs: 'none'
skip_integration_tests: 'non-required'
output_type: 'table'