-
Updated
Jan 7, 2022 - Jupyter Notebook
vulnerability-scanners
Here are 339 public repositories matching this topic...
-
Updated
Jan 1, 2022 - Shell
-
Updated
Jan 6, 2022 - Go
-
Updated
Jan 6, 2022
Is your feature request related to a problem? Please describe.
We're trying to switch our CI system from amd64 machines to arm64, to save money on AWS. We're running into a problem with our builds that use tfsec, because the docker image for tfsec is only published for amd64 architecture.
Describe the solution you'd like
If there was an arm64 version of the [tfsec docker image](https:
-
Updated
Dec 28, 2021 - Python
-
Updated
Mar 16, 2021 - Python
-
Updated
Dec 29, 2021 - Java
-
Updated
Jan 7, 2022 - Shell
-
Updated
Sep 2, 2021 - Lua
-
Updated
Jan 5, 2022 - HTML
-
Updated
Dec 20, 2021 - C
-
Updated
Nov 30, 2021 - Python
-
Updated
Jan 7, 2022 - Go
-
Updated
Jan 7, 2022 - Ruby
We have started to include license details in our version identifier configuration here: https://github.com/e-m-b-a/emba/blob/master/config/bin_version_strings.cfg
This is in a very early stage and need your help. If you know the license of some of the software components please include it directly in the configuration and bring up a pull request or comment to this issue with the license and th
-
Updated
Jan 6, 2022 - Python
-
Updated
Jan 4, 2022 - Python
-
Updated
Sep 4, 2021 - Perl
-
Updated
Jan 11, 2018 - Ruby
-
Updated
Apr 25, 2019 - Python
-
Updated
May 28, 2021 - Python
-
Updated
Dec 7, 2021 - Go
-
Updated
May 10, 2021
-
Updated
Oct 16, 2021 - Java
-
Updated
Aug 9, 2021 - Raku
-
Updated
Jun 1, 2021 - Python
Improve this page
Add a description, image, and links to the vulnerability-scanners topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vulnerability-scanners topic, visit your repo's landing page and select "manage topics."
Description
we have NPM7 generated package-lock.json with lockFileVersion = 2. Now when we scan Node.js project using Trivy filesystem scan, Trivy does not find out packages from package-lock.json.
It is working with lockFileVersion = 1
What did you expect to happen?
It should find out packages in package-lock.json
What happened instead?
It did not find out packages from pack