Skip to content

Update hashicorp/aws requirement from ~> 5.37.0 to ~> 5.68.0 #176

Update hashicorp/aws requirement from ~> 5.37.0 to ~> 5.68.0

Update hashicorp/aws requirement from ~> 5.37.0 to ~> 5.68.0 #176

Workflow file for this run

name: trivy
on: [push]
jobs:
run-trivy:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: trivy
uses: aquasecurity/trivy-action@master
with:
scan-type: "config"
hide-progress: false
format: "table"
exit-code: "0"
ignore-unfixed: true
severity: "CRITICAL,HIGH"