Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit c062974

Browse files
committed
Build Parser Image with their git tags
1 parent 541d14d commit c062974

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
repository: scbexperimental/parser-sdk-nodejs
9999
path: ./parser-sdk/nodejs/
100100
tag_with_ref: true
101+
tag_with_sha: true
101102
# Actual Parsers
102103
- uses: docker/build-push-action@v1
103104
name: "Build & Push Amass Parser Image"
@@ -107,6 +108,7 @@ jobs:
107108
repository: scbexperimental/parser-amass
108109
path: ./integrations/amass/parser/
109110
tag_with_ref: true
111+
tag_with_sha: true
110112
- uses: docker/build-push-action@v1
111113
name: "Build & Push Nikto Parser Image"
112114
with:
@@ -115,6 +117,7 @@ jobs:
115117
repository: scbexperimental/parser-nikto
116118
path: ./integrations/nikto/parser/
117119
tag_with_ref: true
120+
tag_with_sha: true
118121
- uses: docker/build-push-action@v1
119122
name: "Build & Push Nmap Parser Image"
120123
with:
@@ -123,6 +126,7 @@ jobs:
123126
repository: scbexperimental/parser-nmap
124127
path: ./integrations/nmap/parser/
125128
tag_with_ref: true
129+
tag_with_sha: true
126130
- uses: docker/build-push-action@v1
127131
name: "Build & Push ssh_scan Parser Image"
128132
with:
@@ -131,6 +135,7 @@ jobs:
131135
repository: scbexperimental/parser-ssh-scan
132136
path: ./integrations/ssh_scan/parser/
133137
tag_with_ref: true
138+
tag_with_sha: true
134139
- uses: docker/build-push-action@v1
135140
name: "Build & Push SSLyze Parser Image"
136141
with:
@@ -139,6 +144,7 @@ jobs:
139144
repository: scbexperimental/parser-sslyze
140145
path: ./integrations/sslyze/parser/
141146
tag_with_ref: true
147+
tag_with_sha: true
142148
- uses: docker/build-push-action@v1
143149
name: "Build & Push OWASP Zap Parser Image"
144150
with:
@@ -147,6 +153,7 @@ jobs:
147153
repository: scbexperimental/parser-zap
148154
path: ./integrations/zap/parser/
149155
tag_with_ref: true
156+
tag_with_sha: true
150157
persistenceImages:
151158
name: "Build / PersistenceProviders"
152159
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)