Skip to content

Commit

Permalink
DATAGO-68930 | Fix permissions for vault
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisKSaint committed Jan 9, 2024
1 parent 1344c2f commit 0f15565
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/internal-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
ghcr.io/solacedev/pubsubplus-prometheus-exporter:${{ github.event.inputs.release_tag }}
push: true

- name: Run Whitesource Action
uses: SolaceDev/[email protected]
with:
wssURL: https://saas.whitesourcesoftware.com/agent
apiKey: ${{ secrets.WSS_API_KEY }}
productName: 'pubsubplus-prometheus-exporter'
projectName: 'pubsubplus-prometheus-exporter'
configFile: 'ci/whitesource/whitesource-agent.config'

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -101,15 +110,6 @@ jobs:
gcr.io/${{ env.GCLOUD_PROJECT_ID_DEV }}/pubsubplus-prometheus-exporter:${{ github.event.inputs.release_tag }}
push: true

- name: Run Whitesource Action
uses: SolaceDev/[email protected]
with:
wssURL: https://saas.whitesourcesoftware.com/agent
apiKey: ${{ secrets.WSS_API_KEY }}
productName: 'pubsubplus-prometheus-exporter'
projectName: 'pubsubplus-prometheus-exporter'
configFile: 'ci/whitesource/whitesource-agent.config'

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit 0f15565

Please sign in to comment.