Skip to content

feat: python script template with basic structure #595

feat: python script template with basic structure

feat: python script template with basic structure #595

# https://github.com/marketplace/actions/dependency-review#installation
name: Dependency Review
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Dependency Review
uses: actions/[email protected]
with:
fail-on-severity: critical
show-openssf-scorecard: true
warn-on-openssf-scorecard-level: 3