Nathan Nellans
Nathan Nellans
```yaml - uses: aquasecurity/[email protected] with: image-ref: ${{ steps.build.outputs.image_url }} exit-code: '1' ignore-unfixed: true format: 'sarif' output: 'trivy-results.sarif' limit-severities-for-sarif: true skip-files: | /file1, /file2, /file3 ``` I even added `limit-severities-for-sarif: true`...
### Expected Behavior Import the resource, do a plan, and have no changes. ### Actual Behavior I import the resource, and do a plan, but now it wants to modify...
### Expected Behavior Modify my code to support the new v6 syntax, and be able to run a plan and apply like normal. ### Actual Behavior I was previously using...