nerdexam
GitHub

GITHUB-ACTIONS · Question #68

GITHUB-ACTIONS Question #68: Real Exam Question with Answer & Explanation

The correct answer is A. Specific actions can individually be enabled for the organization, including version information. B. GitHub-verified actions can be collectively enabled for use in the enterprise. F. Actions can be published to an internal marketplace.. You can enable specific actions for the organization by identifying them and providing version control, ensuring only trusted versions are used in workflows. GitHub-verified actions can be enabled at the enterprise level, providing an extra layer of security by ensuring that only

Question

As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the following statements are true? (Choose three.)

Options

  • ASpecific actions can individually be enabled for the organization, including version information.
  • BGitHub-verified actions can be collectively enabled for use in the enterprise.
  • CActions can be restricted to only those available in the enterprise.
  • DActions created by GitHub are automatically enabled and cannot be disabled.
  • EIndividual third-party actions enabled with a specific tag will prevent updated versions of the action
  • FActions can be published to an internal marketplace.

Explanation

You can enable specific actions for the organization by identifying them and providing version control, ensuring only trusted versions are used in workflows. GitHub-verified actions can be enabled at the enterprise level, providing an extra layer of security by ensuring that only trusted actions are available to workflows. Actions can be published to an internal marketplace, allowing organizations to share reusable actions securely within their enterprise without exposing them to

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice