Skip to content
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

Testing 2452 #2453

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/actions/duvet/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: 'Duvet'
description: 'Uses Duvet to generate a compliance report and uploads it to S3'
inputs:
duvet-version:
description: 'Version string for Duvet'
default: latest
required: false
report-script:
description: 'Path to script that generates a Duvet report'
required: true
Expand Down Expand Up @@ -41,6 +45,7 @@ runs:
- uses: camshaft/install@v1
with:
crate: duvet
version: ${{ inputs.duvet-version }}

- name: Generate Duvet report
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ jobs:
submodules: true
- uses: ./.github/actions/duvet
with:
duvet-version: 0.3.0
report-script: ./scripts/compliance
report-path: ./target/compliance/report.html
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
Expand Down
Loading