Skip to content

chore(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 #335

chore(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0

chore(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 #335

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
image-ok:
uses: ./.github/workflows/workflow.yaml
with:
runs-on: "['ubuntu-latest']"
registry-url: cr.example.com
name: test
context: ./test/image-ok
push: false
secrets:
registry-username: ""
registry-password: ""
token: ${{ secrets.GITHUB_TOKEN }}
image-vulnerable:
uses: ./.github/workflows/workflow.yaml
with:
runs-on: "['ubuntu-latest']"
registry-url: cr.example.com
name: test
context: ./test/image-vulnerable
push: false
trivy-error-is-success: true
secrets:
registry-username: ""
registry-password: ""
token: ${{ secrets.GITHUB_TOKEN }}
image-with-extra-tags:
uses: ./.github/workflows/workflow.yaml
with:
runs-on: "['ubuntu-latest']"
registry-url: cr.example.com
name: test
context: ./test/image-ok
push: false
tag-extra: foo,bar,baz
secrets:
registry-username: ""
registry-password: ""
token: ${{ secrets.GITHUB_TOKEN }}