5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
go-cve-dictionary server &
|
|
sleep 2
|
|
vuls scan -config /app/config.toml -report-slack
|