-
-
Notifications
You must be signed in to change notification settings - Fork 39
Appel420 patch 2 #978
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 2 #978
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 file sets up CodeQL analysis for the repository, defining the languages to be analyzed and the conditions for running the analysis.
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 workflow files for security scanning.
- Version bump in package.json and package-lock.json
- Addition of CodeQL Advanced workflow for static code analysis
- Addition of APIsec workflow for API security scanning
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Version incremented to 1.0.668 |
| package-lock.json | Lockfile version synchronized with package.json |
| .github/workflows/codeql.yml | New CodeQL Advanced workflow for code security analysis |
| .github/workflows/apisec-scan.yml | New APIsec workflow for API security testing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # 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 project name 'VAmPI' appears to be a placeholder or example value from the APIsec template. This should be updated to match the actual project name '@ghostery/trackerdb' or the correct APIsec project identifier for this repository.
| apisec-project: "VAmPI" | |
| apisec-project: "@ghostery/trackerdb" |
| # The name of the sarif format result file The file is written only if this property is provided. | ||
| sarif-result-file: "apisec-results.sarif" | ||
| - name: Import results | ||
| uses: github/codeql-action/upload-sarif@v3 |
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.
|
Closing, since it is unclear what problem this is intending to solve. Thus, I have to consider it spam. |
No description provided.