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

SidebarIssue not creating any comments during CI pull request scan #52

Open
SujithCheruvilKaizen opened this issue Jun 18, 2024 · 0 comments

Comments

@SujithCheruvilKaizen
Copy link

During Aikido CI scan for a pull request from the main branch of repository to another branch, it failed with few sidebar issues.

image

Error: New issue detected with severity >=HIGH. Check it out at: https://app.aikido.dev/queue?sidebarIssue=772217

The link takes to the issue which was already raised in Aikido dashboard. And there are no comments on the PR from Aikido with description of the issue.

Is there a way to enable descriptive comments on the issues? Or a way to fail the scan only if issues related to the file changes in the PR are found?

- name: Aikido scan
  id: aikido_scan
  uses: AikidoSec/[email protected]
  continue-on-error: true
  with:
    secret-key: ${{ secrets.AIKIDO_SECRET_KEY }}
    fail-on-timeout: true
    fail-on-dependency-scan: true
    fail-on-sast-scan: true
    fail-on-iac-scan: true
    minimum-severity: "HIGH"
    timeout-seconds: 180
    post-scan-status-comment: "only_if_new_findings"
    post-sast-review-comments: "on"
    github-token: ${{ secrets.GITHUB_TOKEN }}
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

No branches or pull requests

1 participant