2023-01-22 08:31:09 +00:00
2023-01-20 01:55:32 +00:00
2023-01-22 08:31:09 +00:00
2023-01-22 01:06:08 +00:00
2022-08-25 09:12:00 -07:00
2022-08-25 09:12:00 -07:00
2022-08-25 09:12:00 -07:00
2023-01-21 22:04:05 +00:00
2023-01-22 07:20:25 +00:00
2022-08-25 09:12:00 -07:00
2023-01-22 08:20:54 +00:00
2022-08-25 09:12:00 -07:00
2023-01-22 01:06:08 +00:00
2023-01-22 01:13:59 +00:00
2023-01-22 01:06:08 +00:00

Component detection action

This GitHub Action runs the microsoft/component-detection library to automate dependency extraction at build time. It uses a combination of static and dynamic scanning to build a dependency tree and then uploads that to GitHub's dependency graph via the dependency submission API. This gives you more accurate Dependabot alerts, and support for a bunch of additional ecosystems.

Example workflow


name: Component Detection

on:
  workflow_dispatch:
  push:

permissions: 
  id-token: write
  contents: write

jobs:
  dependency-submission:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Component detection 
        uses: jhutchings1/component-detection-action@v0.0.1
Description
Mirror of github.com/actions/component-detection-dependency-submission-action
Readme 37 MiB
Languages
TypeScript 96.4%
JavaScript 3.6%