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 11, 2023
1 parent f428ebc commit b958a03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rumble-vulnerability-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
- name: set up bigqueryrc
shell: bash
run: |
gcloud config set auth/impersonate_service_account "${{ env.SERVICE_ACCOUNT }}"
# 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
# bq query --use_legacy_sql=false --format=csv --max_rows=1 'SELECT COUNT(*) FROM base-image-rumble.rumble.scheduled;' 2>&1 > /dev/null
curl -s $(curl -s https://toolbox-data.anchore.io/grype/databases/listing.json |jq -r '.available."5" | .[0] .url') -o-|tar xvz
- name: Generate Rumble JSON files
run: go run .

0 comments on commit b958a03

Please sign in to comment.