Skip to content

Commit

Permalink
fix: clean up security.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg2020 committed May 13, 2024
1 parent a272d83 commit b4dc58d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -36,5 +30,3 @@ jobs:
run: snyk test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
- name: Scan docker image
run: docker images

0 comments on commit b4dc58d

Please sign in to comment.