Skip to content

agent/proxy: cancel the previous auto-auth token when re-authenticating #864

agent/proxy: cancel the previous auto-auth token when re-authenticating

agent/proxy: cancel the previous auto-auth token when re-authenticating #864

Workflow file for this run

name: Mend PR Security Scan
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.head_ref || github.run_id }}-mend-scan
cancel-in-progress: true
jobs:
mend-scan:
if: ${{ github.repository == 'hashicorp/vault-enterprise' }}
runs-on: [self-hosted, ubuntu-22.04-x64]
permissions:
id-token: write
contents: read
pull-requests: write
steps:
- name: Checkout Code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run Mend Security Scan
uses: hashicorp/oss-core-library-dashboard-metrics/mend-security/actions/mend-pr-scan@main
with:
vault-url: ${{ vars.CI_VAULT_URL }}
vault-method: ${{ vars.CI_VAULT_METHOD }}
vault-path: ${{ vars.CI_VAULT_PATH }}
vault-jwt-github-audience: ${{ vars.CI_VAULT_AUD }}
generate-scan-report: "true"
npm-include-dev-dependencies: "true"
scan-timeout-minutes: "30"
psirt-id: "PSIRT_PRD0014264"
- name: Upload Scan Artifacts
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: always()
with:
name: mend-scan-results-pr-${{ github.event.number }}
path: whitesource/**
retention-days: 90