Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The run fails because packageUrlJson object is null #80

Open
skarami opened this issue Nov 21, 2024 · 0 comments
Open

The run fails because packageUrlJson object is null #80

skarami opened this issue Nov 21, 2024 · 0 comments

Comments

@skarami
Copy link

skarami commented Nov 21, 2024

We are trying to use this action in our dependency submission workflow and encountered an error. Please see the following screenshot for details.

Screenshot 2024-11-20 at 1 32 34 PM

Context:

  • This is a swift project
  • Package manager is gem

This is the workflow that we run:

name: Component Detection

on:
    workflow_dispatch:
    push:
        branches: [ "main", "release/*" ]
    pull_request:
        branches: [ "main", "release/*" ]

permissions: 
  id-token: write
  contents: write

jobs:
  dependency-submission:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
            
      - name: Component detection 
        uses: advanced-security/component-detection-dependency-submission-action@v0.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant