variables: AWS_BUILD_SUBDIR: provider/register-aws/build-aws AWS_TEST_SUBDIR: testing/register-test-aws AWS_SERVICE: register AWS_ENVIRONMENT: dev include: - project: "osdu/platform/ci-cd-pipelines" file: "standard-setup.yml" - project: "osdu/platform/ci-cd-pipelines" file: "build/maven.yml" - project: "osdu/platform/ci-cd-pipelines" file: "scanners/fossa.yml" - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/gcp.yml" - project: 'osdu/platform/ci-cd-pipelines' file: 'cloud-providers/aws.yml' - project: "osdu/platform/ci-cd-pipelines" file: "scanners/gitlab-ultimate.yml" - project: 'osdu/platform/ci-cd-pipelines' ref: master file: 'cloud-providers/aazure.yml' # disable the eslint scanner # I think this is being generated from the presence of an HTML file, but there # is no javascript to scan, so the job isn't helpful and just gets in the way eslint-sast: rules: - when: never