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

Setup GitHub Actions Workflow #4

Merged
merged 5 commits into from
Oct 5, 2023
Merged

Setup GitHub Actions Workflow #4

merged 5 commits into from
Oct 5, 2023

Conversation

0xt3j4s
Copy link
Collaborator

@0xt3j4s 0xt3j4s commented Oct 3, 2023

  • Added workflows, issues and PR templates.

@0xt3j4s 0xt3j4s self-assigned this Oct 3, 2023
@0xt3j4s 0xt3j4s requested a review from matthyx October 3, 2023 16:13
Signed-off-by: Tejas <[email protected]>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Summary:

  • License scan: failure
  • Credentials scan: skipped
  • Vulnerabilities scan: skipped
  • Unit test: success
  • Go linting: success

Signed-off-by: Tejas <[email protected]>
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Summary:

  • License scan: failure
  • Credentials scan: skipped
  • Vulnerabilities scan: skipped
  • Unit test: success
  • Go linting: success

jobs:
pr-merged:
if: ${{ github.event.pull_request.merged == true }} ## Skip if not merged
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-merged.yaml@main
Copy link
Collaborator

Choose a reason for hiding this comment

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

how did you test this? from my tests you cannot really use the "secrets: inherit" from libs in a different org (kubescape VS yrs147)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh, sorry. This part is not tested. I'll comment it for now.

@0xt3j4s 0xt3j4s merged commit bd53416 into main Oct 5, 2023
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