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

Attempt to fix SCAP CI #104

Merged
merged 5 commits into from
Nov 20, 2023
Merged

Attempt to fix SCAP CI #104

merged 5 commits into from
Nov 20, 2023

Conversation

isimluk
Copy link
Member

@isimluk isimluk commented Nov 20, 2023

No description provided.

Looking at the git history I see the following three events:
 - I had guarded InnerXml support - available in case we knew for sure
 InnerXml is needed
 - then we went with InnerXml being parsed all the time
 - then we saw some problems and disable InnerXml together

Not trying to be impolite to outside contributors, but boy haven't
the original design been better than the current end state?

This reverts commit ac7b5f0 and 032abf4

Addressing:
+ go vet ./...
Error: pkg/scap/models/cpe_language/models.go:84:2: struct field innerXml has xml tag but is not exported
Error: pkg/scap/models/cpe_language/models.go:96:2: struct field innerXml has xml tag but is not exported
Error: pkg/scap/models/cpe_language/models.go:110:2: struct field innerXml has xml tag but is not exported
Error: pkg/scap/models/cpe_language/models.go:126:2: struct field innerXml has xml tag but is not exported
Error: pkg/scap/models/cpe_language/models.go:134:2: struct field innerXml has xml tag but is not exported
Error: pkg/scap/models/cpe_language/models.go:144:2: struct field innerXml has xml tag but is not exported
Error: pkg/scap/models/cpe_language/models.go:158:2: struct field innerXml has xml tag but is not exported
Error: pkg/scap/models/cpe_language/models.go:167:2: struct field innerXml has xml tag but is not exported
... and thousand other
@isimluk isimluk merged commit 95911df into GoComply:master Nov 20, 2023
8 of 12 checks passed
@isimluk isimluk deleted the ci-scap branch November 20, 2023 10:37
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.

1 participant