Skip to content

Commit 3e0474d

Browse files
authored
Merge pull request #2 from atom-security/copilot-analysis-setup
Setup CoPilot analysis as part of CI process
2 parents 2491e6b + 1f306d2 commit 3e0474d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ jobs:
4444
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
4545
jq . <<<"$strategy" # sanity check / debugging aid
4646
47+
-
48+
name: Set up CoPilot JDK
49+
uses: actions/setup-java@v1
50+
with:
51+
java-version: 1.8
52+
-
53+
name: Upload to CoPilot
54+
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
55+
run: bash <(curl -s https://copilot.blackducksoftware.com/ci/githubactions/scripts/upload)
4756
test:
4857
needs: generate-jobs
4958
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
@@ -62,4 +71,4 @@ jobs:
6271
- name: Test ${{ matrix.name }}
6372
run: ${{ matrix.runs.test }}
6473
- name: '"docker images"'
65-
run: ${{ matrix.runs.images }}
74+
run: ${{ matrix.runs.images }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy