Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfcr authored Mar 19, 2024
1 parent b15f990 commit f0b415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ fi

flyway -user="$PG_USER" -password="$PG_PASSWORD" \
-url="jdbc:postgresql://$PG_HOST:$PG_PORT/$PG_NAME?sslmode=$PG_SSLMODE" \
-community -baselineOnMigrate=true -locations=filesystem:/app/sql migrate
-baselineOnMigrate=true -locations=filesystem:/app/sql migrate

exec ./vulcan-scan-engine -c run.toml

0 comments on commit f0b415f

Please sign in to comment.