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

Commit a7fd4a7

Browse files
committed
Update to amass 3.8.1
1 parent dc5a15a commit a7fd4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scanners/amass/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for the Amass security scanner that integrates with th
44

55
type: application
66
version: 0.1.0
7-
appVersion: 3.8.0
7+
appVersion: 3.8.1
88

99
keywords:
1010
- security

scanners/amass/templates/amass-scan-type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
restartPolicy: OnFailure
1717
containers:
1818
- name: amass
19-
image: caffix/amass:v3.8.0
19+
image: "caffix/amass:v{{ .Chart.AppVersion }}"
2020
command:
2121
- "amass"
2222
- "enum"

0 commit comments

Comments
 (0)