Skip to content

Commit

Permalink
Update script2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-hadar authored Dec 24, 2020
1 parent a9f1a9a commit ddaf8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script2.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
-v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro \
vuls/vuls scan \
-config=config_scan.toml
-config=./config_scan.toml
echo "Creating report..."
sudo docker run --rm -i \
Expand All @@ -169,7 +169,7 @@
-v /etc/localtime:/etc/localtime:ro \
vuls/vuls report \
-format-list \
-config=config_db.toml
-config=./config_db.toml
touch /tmp/script.finished
cd /
Expand Down

0 comments on commit ddaf8f6

Please sign in to comment.