Skip to content

cI: polaris audit

cI: polaris audit #1

Workflow file for this run

name: pull_request
on: pull_request
jobs:
diff:
strategy:
matrix:
release-name:
- argo-cd
- argo-workflows
- cert-manager
- chaos-mesh
- goldilocks
- polaris
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.11.0
- run: |
just template ${{ matrix.release-name }} > /tmp/pr.yaml
- uses: actions/checkout@v4
with:
ref: main
- run: |
just template ${{ matrix.release-name }} || true > /tmp/main.yaml
- run: |
diff /tmp/main.yaml /tmp/pr.yaml --color=always || true
polaris:
strategy:
matrix:
release-name:
- argo-cd
- argo-workflows
- cert-manager
- chaos-mesh
- goldilocks
- polaris
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.11.0
- run: |
just template ${{ matrix.release-name }} | polaris audit -f pretty --audit-path -