Skip to content

coopnorge/github-workflow-supply-chain-security-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supply Chain Security Validation

The workflow executes supply chain security tools and reports the results.

Usage

Run the workflow on pull requests, pushes to any branch and on a weekly schedule on the default branch.

---
name: Security
on:
  push: {}
  pull_request: {}
  schedule:
    - cron: '0 0 * * 1'
jobs:
  supply-chain-security-validation:
    name: Supply Chain
    uses: coopnorge/github-workflow-supply-chain-security-validation/.github/workflows/supply-chain-security-validation.yaml@main

Parameters

codeql-code-scanning-config-file

CodeQL configuration file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published