Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Trivy Scan

permissions:
contents: read
issues: write

on:
workflow_dispatch:
schedule:
- cron: '57 3 * * 0'

jobs:
trivy-scan-gh-issue:
runs-on: [cp-small]
steps:
- uses: actions/checkout@v4
- uses: Chili-Piper/shared-workflows/trivy@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading