Skip to content

Commit

Permalink
Checking to see if internal runner fixes vault auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntaylor1781 committed Feb 12, 2025
1 parent 9c31871 commit ed064ee
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pluto-workflow-kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
run:
git fetch && git checkout origin/non-prod -- values

- name: Install podman for pluto
shell: bash
run: apt install podman -y
- name: Auth with jfrog for deps
uses: scorebet/jfrog-auth-action@0.0.10
with:
artifact-type: "helm"

- name: Download Pluto
uses: FairwindsOps/pluto/github-action@v5.19.0
Expand All @@ -51,11 +52,6 @@ jobs:
with:
kubectl: '1.26.13'

- name: Auth with jfrog for deps
uses: scorebet/jfrog-auth-action@0.0.10
with:
artifact-type: "helm"

- name: Run Pluto to scan K8S Manifest and send a report to OpsLevel
shell: bash
env:
Expand Down

0 comments on commit ed064ee

Please sign in to comment.