Skip to content

Commit

Permalink
github security example workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 8, 2024
1 parent a347d81 commit 47e40aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ nameSuffix: -ghas-project
components:
- pkg:helm/dracon-oss-components/base
- pkg:helm/dracon-oss-components/git-clone
- pkg:helm/dracon-oss-components/producer-github-code-scanning
- pkg:helm/dracon-oss-components/producer-github-codeQL
- pkg:helm/dracon-oss-components/producer-github-dependabot
- pkg:helm/dracon-oss-components/producer-aggregator
- pkg:helm/dracon-oss-components/enricher-codeowners
- pkg:helm/dracon-oss-components/enricher-aggregator
- pkg:helm/dracon-oss-components/consumer-mongodb
- pkg:helm/dracon-oss-components/consumer-elasticsearch
- pkg:helm/dracon-oss-components/consumer-stdout-json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ spec:
# Note: Must have "Code scanning alerts" repository permissions (read).
- name: producer-github-code-scanning-github-token
value: github_pat_fake
- name: producer-github-code-scanning-repository-owner
value: ocurity
- name: producer-github-code-scanning-repository-name
value: e2e-monorepo
- name: producer-github-dependabot-repository-owner
value: ocurity
- name: producer-github-dependabot-repository-name
value: e2e-monorepo
- name: producer-github-dependabot-github-token
value: github_pat_fake
workspaces:
- name: output
subPath: source-code
Expand Down

0 comments on commit 47e40aa

Please sign in to comment.