mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
CI: Rename trivy scanner from deprecated name
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
673ed1e29a
commit
f836f2aeda
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ trivy:
|
|||
--format table \
|
||||
--ignore-unfixed \
|
||||
--quiet \
|
||||
--scanners config,license,secret,vuln \
|
||||
--scanners misconfig,license,secret,vuln \
|
||||
--severity HIGH,CRITICAL \
|
||||
--skip-dirs docs
|
||||
|
||||
|
|
Loading…
Reference in a new issue