Adding tags to your Pynt scans allows for better organization and traceability. These tags are visible in the Pynt Dashboard and can help identify scans based on context, such as the current Git commit or branch.
Using the Pynt CLI to Add Tags
To tag a scan, use the --tag option with your Pynt CLI command. You can add multiple tags by repeating the --tag option.
Example 1: Add the Current Git Short Hash as a Tag
You can include the current Git commit hash as a tag to track the scan's association with a specific code state.