Skip to content

feat(agentgateway): enhance credential detection logic for service bi… #564

feat(agentgateway): enhance credential detection logic for service bi…

feat(agentgateway): enhance credential detection logic for service bi… #564

Workflow file for this run

name: REUSE Compliance Check
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
permissions:
contents: read
jobs:
check-reuse-compliance:
name: REUSE Compliance Check
runs-on: ${{ contains(github.server_url, 'github.com') && 'ubuntu-latest' || fromJSON('["self-hosted"]') }}
steps:
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6.0.0