Skip to content

chore(deps): bump github/codeql-action from 3.27.1 to 3.27.3 #2074

chore(deps): bump github/codeql-action from 3.27.1 to 3.27.3

chore(deps): bump github/codeql-action from 3.27.1 to 3.27.3 #2074

Workflow file for this run

---
name: Trivy
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "24 15 * * 5"
permissions:
contents: read
jobs:
trivy:
permissions:
contents: read
security-events: write
name: Trivy
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected]
with:
scan-type: "fs"
format: "sarif"
exit-code: "1"
output: "trivy-results.sarif"
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected]
with:
sarif_file: "trivy-results.sarif"