-
Notifications
You must be signed in to change notification settings - Fork 8
Composite Action for Sandbox and Policy Scan for Workflow App #26
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
base: main
Are you sure you want to change the base?
Conversation
src/services/workflow-service.js
Outdated
| } catch (err) { | ||
| reject(err); | ||
| } | ||
| }, 30000); //wait for 30 secs, to trigger the command properly before exiting |
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.
Current wait is for 30 seconds, so that the scan gets triggered on the platform before exiting the action.
julz0815
left a comment
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.
with removed timeouts from the sandbox scans this is also approved
No description provided.