Refresh token and retry request on 401, in :curl commands #97
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security | |
on: [pull_request] | |
permissions: | |
contents: read | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: 'Dependency Review' | |
uses: actions/dependency-review-action@v4 | |
- name: 'Scan for secrets' | |
uses: trufflesecurity/trufflehog@main | |
with: | |
extra_args: --only-verified |