Skip to content

Commit

Permalink
audit.yml: relocate env
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jul 7, 2023
1 parent d8b0bdd commit 4bc69b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
schedule:
- cron: '0 8 * * *'

env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_FROM_API: 1
HOMEBREW_EVAL_ALL: 1

jobs:
audit:
runs-on: macos-latest
Expand Down Expand Up @@ -40,6 +35,10 @@ jobs:
brew install osv-scanner
- run: brew ruby formula2requirements.rb
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_FROM_API: 1
HOMEBREW_EVAL_ALL: 1

- run: python3 pip-audit-bulk

Expand Down

0 comments on commit 4bc69b5

Please sign in to comment.