-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The ci-pipeline-fingerprints configuration does not work at all, it seems to be configured at the action level (action.yml), but not in code.
I tried to use several configurations but none of them attached the ci pipeline to the application.
To Reproduce
Steps to reproduce the behavior:
Try to create any application on the software catalog using a ci pipeline fingerprint attached to it.
Expected behavior
A clear and concise description of what you expected to happen.
ci pipeline attached to the application.
Screenshots
If applicable, add screenshots to help explain your problem.
Workflow definition (PLEASE REDACT ANY SENSITIVE INFORMATION):
name: Upload - Datadog Software Catalog
concurrency:
group: dd-software-catalog
cancel-in-progress: false
on:
workflow_dispatch:
schedule:
# Runs weekly on Sunday at 12:00 AM UTC
- cron: '0 0 * * 0'
jobs:
test:
runs-on: ${{ vars.RUNNER_GROUP }}
steps:
- uses: arcxp/[email protected]
with:
schema-version: v2.2
datadog-hostname: api.datadog.com
datadog-key: ${{ secrets.API_KEY }}
datadog-app-key: ${{ secrets.APP_KEY }}
service-name: test
github-token: ${{ secrets.TOKEN }}
type: custom
team: test
email: [email protected]
ci-pipeline-fingerprints: |
- "XPTO"
repos: |
- name: test
url: https://github.com/test/test
provider: github
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working