Contrast-Security-OSS / contrast-security-orb

Contrast Security Orb for CircleCI
MIT License
2 stars 6 forks source link

[Enhancement] Parameterize executor. #2

Closed KyleTryon closed 4 years ago

KyleTryon commented 5 years ago

Suggestion from best practice guideline. Consider parameterizing the docker image or tag to protect against potential sudden changes to the hardcoded docker tag.

https://github.com/CircleCI-Public/Orb-Policies/blame/master/Orb%20Best%20Practices%20Guidelines.md#L49

You may also be interested in using CircleCI's new beta images which are highly optimized for speed. https://hub.docker.com/u/cimg

Consider adding the orbtoberfest label on this issue to have it appear on our upcoming Hacktoberfest landing page

lex111 commented 4 years ago

I created PR #8.