[POA-1415] Re-enable support for EC2 commands #27
Workflow file for this run
This file contains hidden or 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
|
||
with: | ||
imagename: postman-insights-agent | ||
language: "['go']" |