Skip to content

Commit

Permalink
Merge pull request #17 from devops-actions/ossf
Browse files Browse the repository at this point in the history
Adding ossf analysis and badge
  • Loading branch information
rajbos authored Jun 1, 2024
2 parents 4c04ccc + 5fa2f66 commit a8e4427
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/ossf-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Scorecards supply-chain security scan
on:
# Only the default branch is supported.
branch_protection_rule:

schedule:
# Weekly on Saturdays.
- cron: '33 1 * * 6'
push:
branches:
- main

workflow_dispatch:

# Declare default GITHUB_TOKEN permissions as read only.
permissions: read-all

jobs:
analysis:
uses: devops-actions/.github/.github/workflows/rw-ossf-scorecard.yml@main
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
id-token: write
actions: read
contents: read
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
>
> Request issues through the issues in this new repo and I will have a look!
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/devops-actions/azure-appservice-settings/badge)](https://api.securityscorecards.dev/projects/github.com/devops-actions/azure-appservice-settings)

With the Azure App Service Actions for GitHub, you can automate your workflow to deploy [Azure Web Apps](https://azure.microsoft.com/en-us/services/app-service/web/) and configure [App settings](https://docs.microsoft.com/en-us/azure/app-service/configure-common).

Get started today with a [free Azure account](https://azure.com/free/open-source)!
Expand Down Expand Up @@ -97,7 +99,7 @@ on: [push]
jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: azure/login@v1
with:
Expand All @@ -124,7 +126,7 @@ on: [push]
jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: azure/login@v1
with:
Expand Down

0 comments on commit a8e4427

Please sign in to comment.