Skip to content

Commit 654ea42

Browse files
author
Ryan Hall
committed
Final commit for initial release
1 parent 604a3fe commit 654ea42

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

ci/ci.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
resources:
23
- name: tas-cve
34
type: github-release
@@ -16,19 +17,20 @@ resources:
1617
owner: cloudfoundry
1718
repository: uaa-release
1819
- name: cve-scan
19-
type: git
20+
type: github-release
2021
source:
21-
uri: [email protected]:rhall-pivotal/concourse-cve-scan.git
22-
branch: main
23-
private_key: ((cve_scan.github_access_token))
22+
user: rhall-pivotal
23+
repository: concourse-cve-scan
24+
access_token: ((cve_scan.github_access_token))
2425

2526
jobs:
2627
- name: scan-release-with-grype
28+
serial: true
2729
plan:
28-
- in_parllel:
29-
- get: cve-scan
30-
- get: uaa-release
31-
- get: grype-cli
32-
- get: tas-cve
30+
- in_parallel:
31+
- get: cve-scan
32+
- get: uaa-release
33+
- get: grype-cli
34+
- get: tas-cve
3335
- task: run-scan
3436
file: cve-scan/tasks/yml/scan.yml

0 commit comments

Comments
 (0)