trigger#6
Conversation
|
Semgrep found 1
A hard-coded credential was detected. It is not recommended to store credentials in source-code, as this risks secrets being leaked and used by either an internal or external malicious adversary. It is recommended to use environment variables to securely provide credentials or retrieve credentials from a secure vault or HSM (Hardware Security Module). 🙈 From java.lang.security.sql.drivermanager-hardcoded-secret.drivermanager-hardcoded-secret. |
|
Semgrep found 7 Images should be tagged with an explicit version to produce deterministic container images. The 'latest' tag may change the base container without warning. 🙈 From dockerfile.best-practice.avoid-latest-version.avoid-latest-version. Semgrep found 4 Images should be tagged with an explicit version to produce deterministic container images. 🙈 From dockerfile.best-practice.missing-image-version.missing-image-version. |
|
Semgrep found 6 Images referenced from a Dockerfile FROM should always be pinned to an To fix, run Created by dockerfile-should-pin-to-hash. |
|
Semgrep found 18
Images referenced from a Dockerfile FROM should always be pinned to an To fix, run Created by dockerfile-should-pin-to-hash. |
No description provided.