Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLSA version switch BuildFlag #363

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions xml/obs_build_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,16 @@ Support: pax debbuild</screen>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>slsaversion:VERSION</parameter></term>
<listitem>
<para>
OBS 2.11 is producing slsa provenance files in version 0 by default at build
time, when enabled.
Copy link
Member

Choose a reason for hiding this comment

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

When enabled how? I guess by enabling sbom:... right?

It is possible to switch to v1 by specifing slsaversion:v1 as buildflag.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>container-compression-format:FORMAT</parameter></term>
<listitem>
Expand Down