Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Error while running the action #3

Open
sanjogpandasp opened this issue Nov 18, 2021 · 3 comments
Open

Error while running the action #3

sanjogpandasp opened this issue Nov 18, 2021 · 3 comments

Comments

@sanjogpandasp
Copy link

I get the below error while running the action using the below settings.

- uses: AppThreat/cdxgen-action@v1
  with:
    output: "./reports/bom.xml"
    serverUrl: "https://[internal host for dtrack]"
    apiKey: ${{ secrets.apiKey }}

Error message
Error: form-data: Arrays are not supported.

@prabhu
Copy link
Contributor

prabhu commented Nov 18, 2021

@sanjogpandasp thank you for reporting this issue. Could you kindly investigate further and let me know where the issue is? I could guide you to creating a pull request.

@sanjogpandasp
Copy link
Author

I am using the below workflow file, but I do not see any output on the console.

name: CI

on: [push]
jobs:
  build:
    runs-on: linux
    steps:
      - uses: AppThreat/cdxgen-action@v1

The output is pasted below
image

@prabhu
Copy link
Contributor

prabhu commented Dec 8, 2021

Could you set the environment variable SCAN_DEBUG_MODE to debug which would output additional messages?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants