Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 966 Bytes

File metadata and controls

34 lines (25 loc) · 966 Bytes

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

Maven

If you add a secret called MAVEN_SETTINGS_BASE64 and fill it with a base64 encoded maven settings.xml it will write the maven settings to ~/.m2/settings.xml

Parameters

codeql-code-scanning-config-file

CodeQL configuration file