Skip to content

Security checks for sigopt/sigopt-config@refs/heads/main #445

Security checks for sigopt/sigopt-config@refs/heads/main

Security checks for sigopt/sigopt-config@refs/heads/main #445

Workflow file for this run

name: security checks
run-name: Security checks for ${{ github.repository }}@${{ github.ref }}
on:
push: {}
schedule:
- cron: "0 8,16 * * *"
jobs:
trivy-scan:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Run Trivy
uses: aquasecurity/trivy-action@master
with:
scan-type: fs
scan-ref: .
trivy-config: trivy.yaml