Skip to content

Bump github.com/stacklok/frizbee from 0.1.3 to 0.1.4 #91

Bump github.com/stacklok/frizbee from 0.1.3 to 0.1.4

Bump github.com/stacklok/frizbee from 0.1.3 to 0.1.4 #91

Workflow file for this run

name: Trivy Scan
on:
pull_request:
jobs:
trivy-code-security-scan:
runs-on: ubuntu-latest
name: Trivy
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Security Scan
uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564 # 0.27.0
with:
scan-type: 'fs'
scanners: vuln,secret
exit-code: 1
ignore-unfixed: true