Veracode Config
Version updated for https://github.com/vcode-john/veracode-config to version v0.06.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The veracode-config GitHub Action helps onboard repositories into the Veracode Workflow integration by automating the process of creating or updating application profiles. It checks for an existing profile, inventories repository information such as programming languages and package managers, persists this information in custom metadata, and exposes reusable workflow outputs for downstream jobs.
What’s Changed
- another test (8d6c1b4)
- tried again (4b9172a)
- Fixxed rollup config to include all the code (bcfcf2b)
- Updated rollup.config.mjs to output main.mjs instead of index.js, and updated index.js to import from dist/main instead of src/main. (ba0bf90)
- Updated index to use the dist main.js (3f0124e)
- Added rollup to handle dependencies (7b51a93)
- Update to node24 (26a6a27)
- Updated .gitignore to include .DS_Store files, which are macOS system files that should not be tracked in version control. This change helps keep the repository clean and avoids unnecessary clutter from system-specific files. (244a907)
- initial commit (852b2df)