Skip to content

Update scan-simples.yml #8

Update scan-simples.yml

Update scan-simples.yml #8

Workflow file for this run

name: scan-simples
on:
push:
branches:
- main
jobs:
scan:
name: scan-simples
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Trivy Scan
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
exit-code: 1
ignore-unfixed: true