RHSecurityCompliance / contest

Content Testing for ComplianceAsCode/content
Other
4 stars 7 forks source link

Fix disa-alignment/anaconda adjust #245

Closed mildas closed 2 months ago

mildas commented 2 months ago

disa-alignment/main.fmf already has:

adjust:
  - when: arch != x86_64
    enabled: false
    because: run virtualization on x86_64 only

and recently updated anaconda.fmf rewrites it. We still want to run it only on x86_64 and thus changing it to adjust+ to extend main.fmf.