diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e81d134..95db23e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -43,7 +43,7 @@ jobs: - name: Aqua Security Trivy uses: aquasecurity/trivy-action@0.21.0 with: - image-ref: 'ghcr.io/dbeltman/custom-cluster-autoscaler:${{ github.sha }}' + image-ref: 'ghcr.io/dbeltman/custom-cluster-autoscaler:master' format: 'table' exit-code: '1' ignore-unfixed: true