Skip to content

Commit

Permalink
remove reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed May 24, 2023
1 parent 94c0db0 commit a889feb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mongodumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
- name: Export the full CVE.advisories as Array
run: mongoexport --jsonArray --host localhost:17017 --collection=advisories --db=CVE --out=CVE-full-ARR-$(date +"%Y%m%d").json

- name: Import the json into maxscale mongo
run: mongoimport --uri=mongodb://localhost:17017/test -c advisories CVE-reviewed-$(date +"%Y%m%d").json

- name: Dump the database
run: |
MYSQL_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' cvedumper_master_1)
Expand Down

0 comments on commit a889feb

Please sign in to comment.