Skip to content

build(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.27.0 in … #1211

build(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.27.0 in …

build(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.27.0 in … #1211

Workflow file for this run

---
name: Trunk Check
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions: read-all
jobs:
trunk:
name: Trunk Check
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- name: Checkout
uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: 3.11
cache: poetry
- run: poetry install
- name: Trunk Check
uses: trunk-io/trunk-action@v1
with:
trunk-token: ${{ secrets.TRUNK_TOKEN }}