From b4dc58d42728e21a96257958db311b9978a850e6 Mon Sep 17 00:00:00 2001 From: Gabriel Guimaraes Date: Mon, 13 May 2024 13:40:32 +0100 Subject: [PATCH] fix: clean up security.yaml --- .github/workflows/security.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 083f2663da..a66c4a27fd 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -15,15 +15,9 @@ jobs: dependency-scan: name: Dependency Scan runs-on: ubuntu-latest - defaults: - run: - working-directory: app/${{ inputs.project }} env: # Temporary until this repository becomes a mono-repository: https://dvsa.atlassian.net/browse/VOL-4961. REMOTE_REPOSITORY: ${{ inputs.project == 'api' && 'dvsa/olcs-backend' || format('dvsa/olcs-{0}', inputs.project) }} - WORKING_DIR: infra/docker/${{ inputs.project }} - BRANCH_NAME: ${{ github.head_ref || github.ref_name }} - REGISTRY_MIRROR: ghcr.io steps: - uses: actions/checkout@v4 with: @@ -36,5 +30,3 @@ jobs: run: snyk test env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - - name: Scan docker image - run: docker images