Skip to content

[DO NOT MERGE] - This is a CI test for whitesource scan. #61

[DO NOT MERGE] - This is a CI test for whitesource scan.

[DO NOT MERGE] - This is a CI test for whitesource scan. #61

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
permissions:
id-token: write
checks: write
pull-requests: write
contents: write
jobs:
ci:
uses: SolaceDev/solace-public-workflows/.github/workflows/hatch_ci.yml@security_tools

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 17, Col: 11): Error from called workflow SolaceDev/solace-public-workflows/.github/workflows/hatch_ci.yml@security_tools (Line: 176, Col: 13): Unrecognized named-value: 'repository'. Located at position 1 within expression: repository.name
with:
min-python-version: "3.9"
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
# structure-test:
# name: Test Docker Image Structure
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
# ssh-key: ${{ secrets.COMMIT_KEY }}
# - name: Set up Hatch
# uses: SolaceDev/solace-public-workflows/.github/actions/hatch-setup@latest
# with:
# min-python-version: "3.9"
# - name: Set Up Docker Buildx
# id: builder
# uses: docker/setup-buildx-action@v3
# - name: Prepare env file
# run: |
# cp .env_template .env
# - name: Build Docker Image
# uses: docker/build-push-action@v6
# with:
# push: false
# tags: solace/solace-ai-connector:local
# platforms: linux/amd64
# builder: ${{ steps.builder.outputs.name }}
# load: true
# - name: Run Structure Tests
# shell: bash
# run: |
# hatch run make structure-test