Skip to content

Commit

Permalink
ROX-21124: Fix sanity-check-vuln-updates GHA job (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo authored Jan 16, 2024
1 parent 11d129e commit 1373b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sanity-check-vuln-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
sanity-check-vuln-updates:
env:
GOOGLE_SA_STACKROX_HUB_VULN_DUMP_UPLOADER: ${{ secrets.GOOGLE_SA_STACKROX_HUB_VULN_DUMP_UPLOADER }}
SLACK_WEBHOOK_ONCALL: ${{ secrets.SLACK_ONCALL_SCANNER_WEBHOOK }}
runs-on: ubuntu-latest
container:
Expand All @@ -15,7 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
ref: master

- uses: ./.github/actions/job-preamble

Expand Down

0 comments on commit 1373b9e

Please sign in to comment.