Trivyignore Validator Action validates a .trivyignore file if it resides in a repository.
- Expiry before next month, e.g.: if expiry 2024-06-06 on 2023-12-31, then an exit 1 will be thrown as the max allowed date would be: 2024-01-31.
Create a .github/workflows/trivyignore-validator.yml file:
---
name: Trivyignore-validator
"on": push
jobs:
trivyignore-validator-action:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: 030/[email protected]
docker run -it -v "${PWD}:/code" --entrypoint=bash bats/bats:v1.10.0
apk add --no-cache coreutils
bats --tap test --print-output-on-failure