Skip to content

Fixed nginx configuration, adding missing x-forwarded-* headers #71

Fixed nginx configuration, adding missing x-forwarded-* headers

Fixed nginx configuration, adding missing x-forwarded-* headers #71

name: Build, Test & Analyse
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
build-and-test-java-app:
name: Build & Test Java App
uses: DNAstack/dnastack-development-tools/.github/workflows/build-test-java-app.yml@4e75ec231d7c954329f7e47bacd5b02928c5f28e

Check failure on line 12 in .github/workflows/build-test-analyse.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-test-analyse.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-test-analyse.yml" -> "DNAstack/dnastack-development-tools/.github/workflows/build-test-java-app.yml@4e75ec231d7c954329f7e47bacd5b02928c5f28e" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
java-version: 21
secrets:
pat-with-read-packages-permission: ${{ secrets.AUTH_TOKEN }}
code-analysis-and-dependency-check:
name: Code Analysis and OWASP Dependency Check
uses: DNAstack/dnastack-development-tools/.github/workflows/code-analysis-and-dependency-check.yml@4e75ec231d7c954329f7e47bacd5b02928c5f28e
with:
with-frontend: false
java-version: 21
secrets:
pat-with-read-packages-permission: ${{ secrets.AUTH_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-host-url: ${{ secrets.SONAR_HOST_URL }}
nvd-api-key: ${{ secrets.NVD_API_KEY }}