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

FEDX-1716: Workiva Analysis Options v2 #100

Merged
merged 4 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 2 additions & 1 deletion .github/workflows/dart_ci.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo already has a ci configuration: https://github.com/Workiva/fluri/blob/master/.github/workflows/ci.yaml

I think we should be fine to just delete this

Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
run: dart test
- uses: anchore/sbom-action@v0
with:
path: ./
artifact-name: sbom_${{ matrix.sdk }}.spdx
dustinlessard-wf marked this conversation as resolved.
Show resolved Hide resolved
format: cyclonedx-json
path: ./
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include: package:workiva_analysis_options/v1.yaml
include: package:workiva_analysis_options/v2.yaml
Loading