Skip to content

chore(deps-dev): update shogo82148/actions-goveralls action to v1.8.0 #256

chore(deps-dev): update shogo82148/actions-goveralls action to v1.8.0

chore(deps-dev): update shogo82148/actions-goveralls action to v1.8.0 #256

Workflow file for this run

name: pr-trivy
on: pull_request
permissions: {}
jobs:
trivy:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
with:
egress-policy: audit
- name: Trivy fs scan
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54 # v0.11.2
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'