List of questions
Related questions
Question 344 - AZ-400 discussion
DRAG DROP
You have GitHub repository named repo1 that stores the code of named App1.
You need deploy workflow for repo1 by using GitHub Actions. The solution must meet the following requirements:
Scan on pushes to the main branch.
Scan on pull requests to the main branch.
Scan on pull requests to any branch that has a prefix of releases/.
Scan all the files in subdirectories of the src directory.
Exclude scanning of markdown files
0 comments
Sorted by
Leave a comment first