[POA-1346] Add serviceID in telemetry events #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
# The branches below must be a subset of the branches above | ||
branches: [ "main" ] | ||
schedule: | ||
- cron: '0 0 * * 2' | ||
jobs: | ||
scanjob: | ||
name: Security Scan Job | ||
uses: postmanlabs/gh-security-scan-workflow/.github/workflows/[email protected] | ||
Check failure on line 12 in .github/workflows/security-scan.yaml GitHub Actions / .github/workflows/security-scan.yamlInvalid workflow file
|
||
with: | ||
imagename: postman-insights-agent | ||
language: "['go']" |