From a47734f9f81227dc0dfe75247ffbe3ee66a0421a Mon Sep 17 00:00:00 2001 From: hperl <34397+hperl@users.noreply.github.com> Date: Thu, 23 Jun 2022 14:05:15 +0200 Subject: [PATCH] chore(deps): update action args --- .github/workflows/ci.yaml | 5 ----- .github/workflows/cve-scan.yaml | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9797c89b..92acbc1ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -141,9 +141,6 @@ jobs: - uses: ory/ci/sdk/generate@master with: token: ${{ secrets.ORY_BOT_PAT }} - app-name: Ory_keto - swag-spec-ignore: internal/httpclient proto/ory/keto docker - swag-spec-location: spec/api.json sdk-release: name: Release SDKs @@ -159,8 +156,6 @@ jobs: - uses: ory/ci/sdk/release@master with: token: ${{ secrets.ORY_BOT_PAT }} - app-name: Ory_keto - swag-spec-ignore: internal/httpclient proto/ory/keto docker swag-spec-location: spec/api.json release: diff --git a/.github/workflows/cve-scan.yaml b/.github/workflows/cve-scan.yaml index 95d3ca56e..111ebf3b8 100644 --- a/.github/workflows/cve-scan.yaml +++ b/.github/workflows/cve-scan.yaml @@ -38,7 +38,6 @@ jobs: image: oryd/keto:${{ steps.vars.outputs.sha_short }} fail-build: true severity-cutoff: high - debug: false acs-report-enable: true - name: Inspect action SARIF report shell: bash