Skip to content

chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 (… #109

chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 (…

chore(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 (… #109

# Run Macaron's policies and generate Verification Summary Attestation reports.
# See https://github.com/oracle/macaron
name: Run Macaron to check supply chain security issues
on:
push:
branches:
- main
paths:
- .github/workflows/**
pull_request:
paths:
- .github/workflows/**
permissions:
contents: read
jobs:
run_macaron:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
# Check the GitHub Actions workflows in the repository for vulnerabilities.
- name: Run Macaron action
uses: oracle/macaron@794eec32782979f577efb5ff71d585f683a3550f # v0.25.0
with:
repo_path: ./
policy_file: check-github-actions
policy_purl: pkg:github.com/jenstroeger/python-package-template@.*
reports_retention_days: 90