Skip to content

Fix parsing package repo url/info/data #75

Fix parsing package repo url/info/data

Fix parsing package repo url/info/data #75

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Packj security audit
# Controls when the workflow will run
on:
# Allows non-contributors to run PR jobs
pull_request_target:
# Declare default permissions as read only.
permissions: read-all
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "packj-audit"
packj-security-audit:
# write perms
permissions:
pull-requests: write
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Audit
- name: Audit dependencies
uses: ossillate-inc/[email protected]
with:
DEPENDENCY_FILES: pypi:requirements.txt
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}