Skip to content

Commit

Permalink
Don't skip steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Jul 24, 2024
1 parent 7b08538 commit d0998ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-vuln-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
- name: Set variables
id: scanner
run: echo "results=$(cat vulnerabilities.table)" >> $GITHUB_OUTPUT
if: always()
- name: Output variable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WORKFLOW_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
SCANNER_OUTPUTS: ${{ steps.scanner.outputs.results }}
if: always()
run: echo "${{ env.SCANNER_OUTPUTS }}"
- name: Create issue
if: failure()
Expand Down

0 comments on commit d0998ca

Please sign in to comment.