Skip to content

minor sec enhancements #32

minor sec enhancements

minor sec enhancements #32

Workflow file for this run

name: Trivy on PR
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
jobs:
trivy:
permissions:
contents: read
security-events: write
actions: read
name: Trivy
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in IaC mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'config'
hide-progress: true
format: 'table'
exit-code: '1'
severity: 'CRITICAL,HIGH'