-
-
Notifications
You must be signed in to change notification settings - Fork 39
Appel420 patch 6 #981
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
Appel420 patch 6 #981
Conversation
This workflow triggers APIsec scans on push and pull request events for the main branch, and allows manual execution. It includes steps for running the scan and uploading results in SARIF format.
This workflow triages pull requests and applies labels based on modified paths. Requires a .github/labeler.yml configuration file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the package version from 1.0.667 to 1.0.668 and adds two new GitHub Actions workflows for automated security scanning and pull request labeling.
- Version bump to 1.0.668 in package metadata
- Addition of APIsec security scanning workflow
- Addition of automated PR labeler workflow
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates package version to 1.0.668 |
| package-lock.json | Updates lockfile version to match package.json |
| .github/workflows/label.yml | Adds workflow for automatic PR labeling based on file paths |
| .github/workflows/apisec-scan.yml | Adds APIsec security scanning workflow for API vulnerability testing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # This workflow will triage pull requests and apply a label based on the | ||
| # paths that are modified in the pull request. | ||
| # | ||
| # To use this workflow, you will need to set up a .github/labeler.yml |
Copilot
AI
Oct 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow references a required .github/labeler.yml configuration file that doesn't appear to exist in the repository. This workflow will fail without it. Either add the labeler.yml configuration file or update the documentation to reflect the current state.
| # The Password of the APIsec user with which the scans will be executed | ||
| apisec-password: ${{ secrets.apisec_password}} | ||
| # The name of the project for security scan | ||
| apisec-project: "VAmPI" |
Copilot
AI
Oct 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hardcoded project name 'VAmPI' appears to be a placeholder or example value from the APIsec starter template. This should be updated to reflect the actual project name for this repository (@ghostery/trackerdb) or configured via a GitHub secret for flexibility.
| apisec-project: "VAmPI" | |
| apisec-project: ${{ secrets.apisec_project }} |
|
Closing, since it is unclear what problem this is intending to solve. Thus, I have to consider it spam. |
No description provided.