Skip to content

Update sonar exclusions #28

Update sonar exclusions

Update sonar exclusions #28

env:
IMAGE_NAME: "${{ github.repository }}-${{inputs.PROJECT_NAME}}"
NPMRC: ${{ secrets.NPMRC }}
permissions:
contents: read
packages: write
on:
pull_request_target:
types:
- closed
branches:
- 'main'
paths:
- ".github/workflows/**"
- "client/**"
- "server/**"
- "!**/README.md"
workflow_dispatch:
inputs:
TAG:
type: string
description: Additional tag to add to built images
jobs:
wfprev-ui:
uses: ./.github/workflows/mvn-build.yml
secrets: inherit
with:
PROJECT_NAME: wfprev-war
TAG: latest
PROJECT_TYPE: client
terragrunt-deploy-dev:

Check failure on line 34 in .github/workflows/build-full-environment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-full-environment.yml

Invalid workflow file

The workflow is not valid. .github/workflows/build-full-environment.yml (Line: 34, Col: 3): Error calling workflow 'bcgov/nr-bcws-wfprev/.github/workflows/terragrunt-deploy.yml@625bb9c0071437e441a8b02f504b661447a9f361'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/terragrunt-deploy.yml
needs: [wfprev-ui]
with:
DEFAULT_APPLICATION_ENVIRONMENT: DEV
IMAGE_TAG: latest
secrets: inherit