Skip to content

Commit

Permalink
Update rumble-vulnerability-data.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonation authored Aug 7, 2023
1 parent 909a514 commit f428ebc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rumble-vulnerability-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
with:
go-version: '^1.20.0'

#- name: set up bigqueryrc
# shell: bash
# run: |
# gcloud config set auth/impersonate_service_account "${{ env.SERVICE_ACCOUNT }}"
# # the following is just used to quiet the bigqueryrc init message, the query result is unused
# bq query --use_legacy_sql=false --format=csv --max_rows=1 'SELECT COUNT(*) FROM base-image-rumble.rumble.scheduled;' 2>&1 > /dev/null
- name: set up bigqueryrc
shell: bash
run: |
gcloud config set auth/impersonate_service_account "${{ env.SERVICE_ACCOUNT }}"
# the following is just used to quiet the bigqueryrc init message, the query result is unused
bq query --use_legacy_sql=false --format=csv --max_rows=1 'SELECT COUNT(*) FROM base-image-rumble.rumble.scheduled;' 2>&1 > /dev/null
- name: Generate Rumble JSON files
run: go run .

0 comments on commit f428ebc

Please sign in to comment.