豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

The run fails because packageUrlJson object is null #80

@skarami

Description

@skarami

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions