From 179eb166c89416db15d7a0f3943fd432238a13bd Mon Sep 17 00:00:00 2001 From: Chris Berg Date: Thu, 12 Sep 2024 11:24:49 -0700 Subject: [PATCH] feat: audit workflow for releases --- .github/workflows/audit.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 15c278258a..be0d350b0c 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -19,13 +19,12 @@ on: jobs: # https://github.com/bcgov-nr/action-deployer-openshift docker_login: - - name: Log in to the Container registry - if: steps.build.outputs.triggered == 'true' - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: {{ secrets.oc_token }} + name: Log in to the Container registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: {{ secrets.oc_token }} audit_packages: name: Audit