Justin Hutchings 0600b92ced Update tests
2023-01-20 01:51:58 +00:00
2023-01-20 01:51:58 +00:00
2023-01-20 01:43:53 +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
2022-08-25 09:12:00 -07:00
2023-01-20 01:18:52 +00:00
2022-08-25 09:12:00 -07:00
2023-01-20 00:02:28 +00:00
2023-01-20 01:30:59 +00:00
2023-01-20 01:43:53 +00:00
2022-08-25 09:12:00 -07:00
2023-01-20 00:41:22 +00:00
2023-01-20 01:43:53 +00:00
2023-01-20 01:49:01 +00:00
2023-01-20 00:35:07 +00:00

Conda dependency submission action

This repository scans Conda environment.yaml files and uploads the results to the dependency graph. While GitHub does not support alerting on OS-level dependencies, it will alert on any PyPI dependencies that are defined in the environment.yaml.

Example workflow


name: Conda dependency submission

on:
  workflow_dispatch:
  push:

jobs:
  dependency-submission:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Conda dependency scanning
        uses: jhutchings1/conda-dependency-submission-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%