This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
$("link[rel='shortcut icon']").remove(); | |
$('head').append('<link rel="icon" type="image/png" href="https://img12.shop-pro.jp/PA01067/242/etc/kagura_meat_sauce.png?cmsp_timestamp=20200202124717">'); | |
$('head').append('<link rel="apple-touch-icon" href="https://img12.shop-pro.jp/PA01067/242/etc/kagura_meat_sauce.png?cmsp_timestamp=20200202124717">'); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ trivy image --ignore-unfixed --severity HIGH,CRITICAL --vuln-type library ruby:2.7.5 | |
2022-07-26T19:10:10.109+0900 INFO Vulnerability scanning is enabled | |
2022-07-26T19:10:10.109+0900 INFO Secret scanning is enabled | |
2022-07-26T19:10:10.109+0900 INFO If your scanning is slow, please try '--security-checks vuln' to disable secret scanning | |
2022-07-26T19:10:10.109+0900 INFO Please see also https://aquasecurity.github.io/trivy/0.30.3/docs/secret/scanning/#recommendation for faster secret detection | |
2022-07-26T19:10:10.127+0900 INFO Number of language-specific files: 1 | |
2022-07-26T19:10:10.127+0900 INFO Detecting gemspec vulnerabilities... | |
2022-07-26T19:10:10.130+0900 INFO Table result includes only package filenames. Use '--format json' option to get the full path to the package file. | |
Ruby (gemspec) |
OlderNewer