Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Basic workflow actions#3

Merged
RaimoMeltsas merged 10 commits intomainfrom
basic-workflow-actions
Jun 6, 2025
Merged

Basic workflow actions#3
RaimoMeltsas merged 10 commits intomainfrom
basic-workflow-actions

Conversation

@RaimoMeltsas
Copy link
Copy Markdown
Contributor

No description provided.

@RaimoMeltsas RaimoMeltsas self-assigned this May 26, 2025
@RaimoMeltsas RaimoMeltsas requested a review from MastaP May 26, 2025 12:17
Comment thread .github/workflows/ci.yml Outdated
- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
- name: gosec
run: gosec ./...
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

make tools gosec are also available. gosec task could be changed in Makefile to fit new needs

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I like this idea. changed Makefile handling for gosec and using make gosec in action.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

so since gosec has found 30 errors, maybe we want to do something about it before merging to main? some failures are in internal testutils, maybe we could ignore some of them?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

These gosec findings have to be evaluated. But I don't think this should happen in this PR. Best for the moment would be to create a ticket. What you think?

Copy link
Copy Markdown
Contributor

@MastaP MastaP May 27, 2025

Choose a reason for hiding this comment

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

this should happen in this PR

I agree, but on the other hand, merging a PR with the failing pipeline is also not great. These failures could be fixed first, then once gosec is cool with the fixes we could merge this PR. wdyt?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

These failures could be fixed first

what I meant, failures can be fixes in a separate PR, not this one.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Decided to resolved gosec issues also in this PR. This way its visible that the issues are resolved.

@RaimoMeltsas RaimoMeltsas merged commit ad7e1d5 into main Jun 6, 2025
3 checks passed
@RaimoMeltsas RaimoMeltsas deleted the basic-workflow-actions branch June 6, 2025 05:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants