mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore: cleanup remnants of snyk scan removal (#10225)
Signed-off-by: Justin Marquis <34fathombelow@protonmail.com>
This commit is contained in:
parent
84f5648f3b
commit
c0f16fb5a2
1 changed files with 0 additions and 5 deletions
5
.github/workflows/image.yaml
vendored
5
.github/workflows/image.yaml
vendored
|
|
@ -60,11 +60,6 @@ jobs:
|
|||
-t ghcr.io/argoproj/argocd:${{ steps.image.outputs.tag }} \
|
||||
-t quay.io/argoproj/argocd:latest .
|
||||
working-directory: ./src/github.com/argoproj/argo-cd
|
||||
- uses: github/codeql-action/upload-sarif@v2
|
||||
if: github.event_name == 'push'
|
||||
with:
|
||||
category: image
|
||||
sarif_file: /tmp/argocd-image.sarif
|
||||
|
||||
# deploy
|
||||
- run: git clone "https://$TOKEN@github.com/argoproj/argoproj-deployments"
|
||||
|
|
|
|||
Loading…
Reference in a new issue