Skip to content

Work in progress : bookmarks to upstream#8

Draft
toindev wants to merge 7 commits intoupstream_mainfrom
main
Draft

Work in progress : bookmarks to upstream#8
toindev wants to merge 7 commits intoupstream_mainfrom
main

Conversation

@toindev
Copy link

@toindev toindev commented Mar 3, 2026

No description provided.

@toindev toindev marked this pull request as draft March 3, 2026 14:36
@wiz-poc-connector
Copy link

wiz-poc-connector bot commented Mar 3, 2026

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities -
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations 1 High 2 Medium 2 Low
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 1 High 2 Medium 2 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

# Base image stage
# ----------------------------------------------
FROM debian:13-slim AS base-image-stage
FROM debian:13-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 AS base-image-stage

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High IaC Finding

Same Alias In Different Froms
on resource FROM debian:13-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 AS base-image-stage

More Details
Different FROMS can't have the same alias defined

Expected

Different FROM commands don't have the same alias defined

Found

Different FROM commands with the same alias 'base-image-stage' defined

Rule ID: 1b997040-db67-4b61-8eea-6e638bd94d0e


To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).


To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants