Skip to content

OIDC-MSDO-PROD

OIDC-MSDO-PROD #6

Workflow file for this run

name: OIDC-MSDO-PROD
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: windows-latest
permissions:
id-token: write
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: security-devops-action
uses: microsoft/security-devops-action@main
with:
# The command to run. Defaults to run.
command: run # optional, default is all
# A comma separated list of analyzer to run. Example bandit, binskim, container-mapping, eslint, templateanalyzer, terrascan, trivy.
#env:
# DfdBackendServiceEnvironment: "PPE"